Spaces:
Sleeping
Sleeping
Commit ·
4dd7aa0
1
Parent(s): fec2fb6
Fix M1 native module and disable turbopack
Browse files- lifeline-ai/package.json +2 -0
lifeline-ai/package.json
CHANGED
|
@@ -4,6 +4,8 @@
|
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev",
|
|
|
|
|
|
|
| 7 |
"build": "next build",
|
| 8 |
"start": "next start",
|
| 9 |
"lint": "eslint"
|
|
|
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "next dev",
|
| 7 |
+
"clean": "rm -rf node_modules package-lock.json .next",
|
| 8 |
+
"reinstall": "npm run clean && npm install",
|
| 9 |
"build": "next build",
|
| 10 |
"start": "next start",
|
| 11 |
"lint": "eslint"
|