Release v0.1.13 2026-07-13
This commit is contained in:
+3
-3
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "i-want-to-heal",
|
||||
"private": true,
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"predev": "pnpm assets:sync-basis-transcoder",
|
||||
"predev": "node scripts/sync_basis_transcoder.mjs",
|
||||
"dev": "vite --host 0.0.0.0",
|
||||
"dev:api": "HOST=127.0.0.1 PORT=4174 node server/production.mjs",
|
||||
"db:backup": "node scripts/backup-db.mjs",
|
||||
"db:init": "node scripts/init-db.mjs",
|
||||
"prebuild": "pnpm assets:sync-basis-transcoder",
|
||||
"prebuild": "node scripts/sync_basis_transcoder.mjs",
|
||||
"build": "tsc -b && vite build",
|
||||
"android:sync": "pnpm run build && cap sync android",
|
||||
"android:sync:truenas": "VITE_API_BASE_URL=https://iwanttoheal.phenomrom.com pnpm run android:sync",
|
||||
|
||||
Reference in New Issue
Block a user