Added more code to handle loadouts

This commit is contained in:
Pax1601
2023-09-24 20:03:21 +02:00
parent 28afef8847
commit 099cbfdf75
17 changed files with 340 additions and 248 deletions

View File

@@ -5,6 +5,7 @@
"version": "v0.4.4-alpha",
"private": true,
"scripts": {
"emit-declarations": "tsc --project tsconfig.json --declaration --emitDeclarationOnly --outfile ./@types/olympus/index.d.ts",
"copy": "copy.bat",
"start": "npm run copy & concurrently --kill-others \"npm run watch\" \"nodemon ./bin/www\"",
"watch": "watchify .\\src\\index.ts --debug -o .\\public\\javascripts\\bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ]"