Release v0.1.13 2026-07-13

This commit is contained in:
Warren H
2026-07-13 22:50:51 -04:00
parent ed34c2503c
commit 4b31480bec
2 changed files with 42 additions and 23 deletions
+3 -3
View File
@@ -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",