fix
Some checks failed
/ upload (release) Failing after 1m43s

This commit is contained in:
pavel 2026-02-10 21:27:14 +01:00
commit 483ce568d0
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target
node_modules
node_modules
/frontend/dist

View file

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@ -18,4 +19,4 @@
"lucide-static": "^0.563.0",
"marked": "^17.0.1"
}
}
}