Commit Graph

6 Commits

Author SHA1 Message Date
JonKazama-Hellion 7534c196e6 Drop lint step from CI (ESLint v9 needs eslint.config.js)
CI / verify (push) Successful in 41s
Template doesn't ship with an eslint.config.js. ESLint v9 flat-config is
required and there's no sensible default for an empty skeleton — User adds
it after Use-Template + can re-add the lint step then. Type-check via tsc
runs fine and stays in CI.
2026-05-09 17:54:02 +02:00
JonKazama-Hellion ae1bdbd084 Replace 'next lint' with 'eslint .' (next lint removed in Next.js 16)
CI / verify (push) Failing after 1m3s
2026-05-09 17:41:38 +02:00
JonKazama-Hellion 0022ecc30e Fix npm install: next-auth@beta + @auth/prisma-adapter
CI / verify (push) Failing after 47s
next-auth@^5.0.0 doesn't exist — v5 ships under the 'beta' npm dist-tag
until it stabilizes. Plus @auth/prisma-adapter was referenced in src/lib/auth.ts
but missing from package.json deps.
2026-05-09 17:35:08 +02:00
JonKazama-Hellion 93f4986204 Drop npm cache + use 'npm install' (no lock file in template)
CI / verify (push) Failing after 29s
setup-node with cache: 'npm' fails because the template ships without
package-lock.json. README documents the path to switch to 'npm ci' once
the downstream repo has a lock file.
2026-05-09 17:30:57 +02:00
JonKazama-Hellion f5977be948 Update README for Hellion-Media transfer
CI / verify (push) Failing after 35s
- Brand schema (Arctic Cyan + Ember Glow) section with token table
- Cross-link to Hellion-Forge for plugin work
- Allocation rules (cyan for structure, ember for action)
- WireGuard convention added to deployment section
2026-05-09 17:10:19 +02:00
JonKazama-Hellion 1a7d716098 Initial template setup
CI / verify (push) Failing after 34s
2026-05-09 16:41:16 +02:00