feat(deploy): run shared toolkit socket
Lint and Build Checks / Lint, Test, and Build (push) Failing after 364h2m28s

This commit is contained in:
2026-06-24 15:35:08 -05:00
parent 47567589e4
commit 79d36c4e2d
15 changed files with 443 additions and 95 deletions
+3
View File
@@ -70,6 +70,7 @@ __tests__/ # Jest tests
- Change Log content is sourced from `src/data/toolkit/changelog.json`.
- Credits Toolkit data is sourced from `src/data/toolkit/credits.json` and synced through the socket server.
- Toolkit Images and Audio records can upload files through the socket into `src/assets/images/uploads/` and `src/assets/music/uploads/`.
- Deployed Toolkit authoring uses `http://bone-kingdom.tabitha.tealthrone:5174` and intentionally runs from the shared repo workspace so edits update development JSON/assets while coding continues.
- Toolkit seed datasets live under `src/data/toolkit/` and are exported through `src/data/index.ts`.
- Shared data interfaces live under `src/data/types/`.
@@ -132,6 +133,8 @@ npm run web
npm run dev:toolkit
npm run dev:all
npm run dev:clear
npm run deploy:frontend-health
npm run deploy:toolkit
npm run electron:dev
npm run web:build
npm run electron:build