Skip to content

Commit

Permalink
Test Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangChanVi committed Nov 21, 2023
1 parent 66b261c commit b629e96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ export default {
plugins: [
new CopyWebpackPlugin({ patterns: ['./src/prisma/schema.prisma'] }), // without this the prisma generate above will not work
],
exclude: {
test: [/\.(js|jsx)$/],
exclude: ['./src/index.js'],
},
devServer: {
proxy: {
'/websocket': {
Expand Down

0 comments on commit b629e96

Please sign in to comment.