snapshot current state before gitea sync
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user