diff --git a/src/web/src/app.tsx b/src/web/app/app.tsx similarity index 100% rename from src/web/src/app.tsx rename to src/web/app/app.tsx diff --git a/src/web/src/index.tsx b/src/web/app/index.tsx similarity index 100% rename from src/web/src/index.tsx rename to src/web/app/index.tsx diff --git a/src/web/src/models.ts b/src/web/app/models.ts similarity index 100% rename from src/web/src/models.ts rename to src/web/app/models.ts diff --git a/src/web/webpack.config.js b/src/web/webpack.config.js index a32d3244..7fa163aa 100644 --- a/src/web/webpack.config.js +++ b/src/web/webpack.config.js @@ -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',