Skip to content

Commit

Permalink
src/web/src => src/web/app
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Sep 14, 2023
1 parent 7982fbe commit 881844e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function isDevMode(argv) {
}

module.exports = (env, argv) => ({
entry: './web/src/index.tsx',
entry: './web/app/index.tsx',
output: {
path: path.join(__dirname, 'public', 'bundle'),
filename: 'app.js',
Expand Down

0 comments on commit 881844e

Please sign in to comment.