I Want To Heal 2 build v1.0.5 code

This commit is contained in:
Warren H
2026-06-28 13:29:39 -04:00
parent 8abb44ea02
commit 257c34fc8d
53 changed files with 18187 additions and 1199 deletions
+10 -1
View File
@@ -126,9 +126,18 @@ Then restart the TrueNAS custom app.
## Admin Changes
There is no separate admin server yet. Mechanic admin is currently inside the web app under Action Mode settings. This command serves the same app on port `4174` for local admin work:
Mechanic admin is inside the web app under Action Mode settings. This command serves the same app on port `4174` for local mechanic admin work:
```bash
cd /Users/warren/Documents/action-mode
DATABASE_URL="postgres://iwanttoheal:<password>@127.0.0.1:5432/iwanttoheal" PORT=4174 npm run admin:start
```
Asset admin is a local-only helper for replacing dungeon icons and boss or mob sprites:
```bash
cd /Users/warren/Documents/action-mode
npm run assets:admin
```
Open `http://127.0.0.1:4175`. Uploads write into `public/action-assets`, so the next build includes them automatically.