(nuxt) update commands in package.json

This commit is contained in:
Valentyne Stigloher 2025-03-15 16:31:06 +01:00
parent a2e68f320c
commit b052895221

View File

@ -7,11 +7,9 @@
"scripts": {
"prepare-dev": "nuxi prepare && pnpm run-file locale/generateSchemas.ts",
"dev": "nuxi dev",
"build": "NODE_OPTIONS=\"--max-old-space-size=5120\" nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"build": "NODE_OPTIONS=\"--max-old-space-size=5120\" nuxi build",
"run-file": "node --import=./server/ts-node-esm.js --env-file=.env",
"typecheck": "nuxi typecheck",
"lint": "eslint . --fix",
"test": "vitest"
},