1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-06 18:20:13 -07:00
parent 916e0ca101
commit 76ce93335d
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",