Skip to content

Commit 2fd8224

Browse files
force install since Node.js 18 isn't supported
1 parent 051f159 commit 2fd8224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.stackblitzrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"startCommand": "cp .env.local.example .env.local && npm run dev:client",
2+
"installDependencies": false,
3+
"startCommand": "npm install --force; npm run dev:client",
34
"env": {
45
"PUBLIC_CONVEX_URL": "https://clever-gnat-613.convex.cloud"
56
}

0 commit comments

Comments
 (0)