Adds DockerCompose for Local Server
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"build": "node esbuild.config.mjs",
|
||||
"push:main": "npm run build && screeps-api --server main upload dist/*.js",
|
||||
"push:sim": "npm run build && screeps-api --server main upload --branch sim dist/*.js",
|
||||
"push:local": "npm run build && screeps-api --server local upload dist/*.js",
|
||||
"format": "prettier --config .prettierrc 'src/**/*.ts' --write && eslint --fix src/"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user