Skip to content

Commit

Permalink
Fixed dynamic rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
balegas committed Nov 12, 2024
1 parent 92f1c33 commit 71ff836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/yjs-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"backend:down": "PROJECT_NAME=yjs-provider pnpm -C ../../ run example-backend:down",
"db:migrate": "dotenv -e ../../.env.dev -- pnpm exec pg-migrations apply --directory ./db/migrations",
"dev": "next dev --turbo -p 5173",
"build": "next build",
"build": "next build --experimental-build-mode=compile",
"start": "next start",
"lint": "eslint . --ext js,ts,tsx --report-unused-disable-directives --max-warnings 0",
"stylecheck": "eslint . --quiet",
Expand Down

0 comments on commit 71ff836

Please sign in to comment.