1. Enable Turbopack for testing builds
2. Move turbopack configuration to new top-level config property
3. Bump package.json version
4. Add missing env in .env
5. Added more ignored paths to .cursorignore
This commit is contained in:
Giancarlo Buomprisco
2025-04-10 09:48:51 +07:00
committed by GitHub
parent 81f50777ea
commit af84676454
5 changed files with 17 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
"scripts": {
"analyze": "ANALYZE=true pnpm run build",
"build": "next build",
"build:test": "NODE_ENV=test next build",
"build:test": "NODE_ENV=test next build --turbopack",
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "next dev --turbo | pino-pretty -c",
"lint": "eslint .",