1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:04:49 +00:00
This commit is contained in:
zumbiepig 2024-09-06 18:20:13 -07:00
parent 97de5068e7
commit 1e93a628da
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -8,7 +8,7 @@
"lint": "eslint ./src/ && tsc",
"lint:fix": "eslint --fix ./src/ && tsc",
"build": "NODE_ENV=production bun run ./build.ts",
"build:fast": "NODE_ENV=development bun run ./build.ts"
"build:dev": "NODE_ENV=development bun run ./build.ts"
},
"dependencies": {
"chalk": "^5.3.0",