I Want To Heal 2 build v1.0.5 code
This commit is contained in:
+10
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user