Cybersecurity-Projects/PROJECTS/beginner/c2-beacon/frontend
CarterPerez-dev 5863be7dac fix: pin pnpm to v10 in CI and add .npmrc to all frontend projects
pnpm latest on Node 22 resolves to pnpm 11 which rejects lockfileVersion
9.0 lockfiles with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH. Pinning to pnpm 10
keeps compatibility with existing lockfiles. .npmrc sets
strict-dep-builds=false so build-script warnings don't hard-fail the
frozen install.
2026-05-08 05:46:38 -04:00
..
public/assets feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
src feat: did a couple things idk 2026-02-28 14:08:36 -05:00
.dockerignore feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
.gitignore feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
.npmrc fix: pin pnpm to v10 in CI and add .npmrc to all frontend projects 2026-05-08 05:46:38 -04:00
.stylelintignore feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
biome.json issue 77 2026-02-18 18:53:15 -05:00
index.html feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
package.json issue 77 2026-02-18 18:53:15 -05:00
pnpm-lock.yaml issue 77 2026-02-18 18:53:15 -05:00
stylelint.config.js feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
tsconfig.app.json feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
tsconfig.json feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
tsconfig.node.json feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00
vite.config.ts feat: simple c2 beacon complete 2026-02-14 03:02:43 -05:00