We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9b18b commit 71431c9Copy full SHA for 71431c9
package.json
@@ -6,8 +6,7 @@
6
"dev": "next dev --turbopack",
7
"build": "next build",
8
"start": "next start",
9
- "lint": "next lint",
10
- "postinstall": "npm install --legacy-peer-deps"
+ "lint": "next lint"
11
},
12
"dependencies": {
13
"@clerk/nextjs": "^6.6.0",
wrangler.toml
@@ -0,0 +1,3 @@
1
+name = "codex"
2
+type = "javascript"
3
+build.command = "npm install --legacy-peer-deps && npm run build"
0 commit comments