feat: Sprint 13 — Production Hardening (security fixes, CI gate, rate limiting, tests)
Deploy to TrueNAS / deploy (push) Failing after 12s

This commit is contained in:
Patrick Plate
2026-06-18 16:08:05 +02:00
parent 279487067e
commit f9a87efb7a
17 changed files with 1962 additions and 107 deletions
+4 -3
View File
@@ -1,11 +1,11 @@
{
"name": "shadboard-nextjs-starter-kit",
"name": "cannamanage-frontend",
"version": "1.0.0",
"license": "MIT",
"private": true,
"author": {
"name": "Layth Alqadhi",
"url": "https://github.com/LaythAlqadhi"
"name": "Patrick Plate",
"url": "https://github.com/pplate"
},
"scripts": {
"dev": "next dev --turbopack",
@@ -13,6 +13,7 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"type-check": "tsc --noEmit",
"format": "prettier --ignore-path .gitignore --write .",
"test": "vitest",
"test:run": "vitest run",