You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify package manager guidance: remove strict Yarn-only requirement and note that multiple managers (npm/pnpm/yarn/bun) work with the project. Document that yarn.lock is committed and package.json pins yarn@4.12.0, but Netlify builds use bun and Docker builds use yarn; examples continue to use yarn. Update production note to reflect Netlify builds with Bun.
Copy file name to clipboardExpand all lines: AGENTS.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ am32-configurator/
52
52
53
53
-**Indent**: 4 spaces (ESLint enforced)
54
54
-**Semicolons**: always required
55
-
-**Package manager**: Yarn 4.12 — do NOT use npm
55
+
-**Package manager**: No strict convention. `yarn.lock` is committed and `package.json` declares `yarn@4.12.0`, but Netlify deploys with `bun run build`, Docker uses `yarn run build`. npm/pnpm/yarn/bun all work per Nuxt defaults.
56
56
-**SSR disabled**: pure SPA (`ssr: false`), no server-side rendering for pages
0 commit comments