Skip to content

Commit

Permalink
force install since Node.js 18 isn't supported
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Nov 20, 2024
1 parent 051f159 commit 2fd8224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stackblitzrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"startCommand": "cp .env.local.example .env.local && npm run dev:client",
"installDependencies": false,
"startCommand": "npm install --force; npm run dev:client",
"env": {
"PUBLIC_CONVEX_URL": "https://clever-gnat-613.convex.cloud"
}
Expand Down

0 comments on commit 2fd8224

Please sign in to comment.