rename Client.ts -> Main.ts

This commit is contained in:
evanpelle
2024-10-12 18:57:52 -07:00
parent 364691240f
commit 3a2cd4e326
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default (env, argv) => {
const isProduction = argv.mode === 'production';
return {
entry: './src/client/Client.ts',
entry: './src/client/Main.ts',
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'out'),