Skip to content

Commit

Permalink
refactor(build): change build script to use fx-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Nov 2, 2024
1 parent 7be5f8d commit 7e93a19
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 122 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"web:dev": "cd src/web && vite dev",
"web:watch": "cd src/web && vite build --watch",
"build": "node scripts/build.js --mode=production",
"watch": "node scripts/build.js",
"watch": "node scripts/build.js --watch",
"prettier": "prettier ./src/**/*.ts --write"
},
"keywords": [
Expand Down Expand Up @@ -58,6 +58,7 @@
"zod": "^3.23.8"
},
"dependencies": {
"@overextended/fx-utils": "^0.0.4",
"@overextended/ox_core": "^0.32.0",
"@overextended/ox_lib": "latest",
"@overextended/oxmysql": "latest",
Expand Down
Loading

0 comments on commit 7e93a19

Please sign in to comment.