mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-08 02:18:36 +00:00
Replace bun.lock with package-lock.json and add package.json#allowScripts for esbuild and sharp, the two native packages whose install scripts npm 11 gates. Update README, RUNBOOK, TODOS and CLAUDE.md to npm commands. CLAUDE.md also claimed ./setup requires bun; it does not any more. Verified: astro check 0 errors, 39 tests pass, 4 pages build, clean npm ci.
35 lines
356 B
Plaintext
35 lines
356 B
Plaintext
# build output
|
|
dist/
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
npm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# tooling
|
|
.eslintcache
|
|
*.tsbuildinfo
|
|
|
|
# test output
|
|
coverage/
|
|
playwright-report/
|
|
test-results/
|
|
.gstack/
|