mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:10:55 +00:00
rename Client.ts -> Main.ts
This commit is contained in:
+1
-1
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user