After running `bunx --bun create-liquid-apps my-app` I got the following message a the end: ``` Next steps: 1. cd my-app 2. Set env in .env (see .env.example) 3. pnpm run dev ``` Should it be `pnpm run dev` or `bun run dev`? @shrinathprabhu
After running
bunx --bun create-liquid-apps my-appI got the following message a the end:Should it be
pnpm run devorbun run dev? @shrinathprabhu