[DEMO] The app will not start after pulling updates

Updated

Demo help article.

Reinstall dependencies

Run pnpm install from the repository root.

Regenerate the env files

The postinstall step rewrites apps/*/.env from the root .env.

Check your migrations

Keep your own migrations when a merge conflicts.

sh
git checkout --ours packages/server/drizzle/src/migrations

Was this article helpful?