snapshot current state before gitea sync

This commit is contained in:
2026-02-18 10:50:36 +01:00
parent bc22a6b5a0
commit 831ed42b7e
20 changed files with 1015 additions and 61 deletions

View File

@@ -4,10 +4,12 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "op run --env-file=.env.1password -- vite",
"dev:no-op": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --test server/**/*.test.mjs"
"test": "node --test server/**/*.test.mjs",
"deploy": "./deploy.sh"
},
"dependencies": {
"@ionic/react": "^8.0.0",