feat(ci): add github actions

This commit is contained in:
2025-11-17 12:30:44 +02:00
parent 22aab9ffc6
commit 3f53c1e03f
31 changed files with 895 additions and 653 deletions
+1 -1
View File
@@ -46,6 +46,6 @@
"build": "next build",
"clean": "rm -rf .next node_modules",
"dev": "next dev",
"start": "next start"
"start": "NODE_ENV=production next start"
}
}