fix: 🐛 fix: add package.json, ignore node_modules in Docker
Build & Deploy / build (push) Failing after 2m5s
Build & Deploy / deploy (push) Has been skipped

This commit is contained in:
Julien Denizot
2026-04-13 19:22:44 +02:00
parent d135917b2b
commit 04fa4b33e4
4 changed files with 1105 additions and 1 deletions
+1
View File
@@ -3,3 +3,4 @@ target/
quiz.db
.env
*.md
node_modules/
+2 -1
View File
@@ -14,4 +14,5 @@ Cargo.lock
*.pdb
.env
quiz.db
*.db
*.db
node_modules/
+1095
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -0,0 +1,7 @@
{
"name": "enuxia-quiz",
"version": "1.0.0",
"devDependencies": {
"@tailwindcss/cli": "^4.2.2"
}
}