cee622d5e9
chore: add bun support ( #2254 )
...
Build / build (push) Successful in 1m4s
Build Docker image / docker-arm64 (push) Successful in 1m25s
Build Docker image / docker-amd64 (push) Successful in 1m55s
It definitely has some benefits:
- It starts up insanely quickly compared to Node.
- It can run typescript directly, allow the build step to be reduced to verify/noEmit.
It does not implement NodeJS APIs perfectly, so I've had to add some special handling for Bun, but I think that's okay.
Reviewed-on: #2254
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-22 19:58:48 -07:00
4cb0f8b167
feat(webui): initial websocket integration to be more responsive ( #2221 )
...
Build / build (push) Successful in 1m22s
Build Docker image / docker-arm64 (push) Successful in 1m1s
Build Docker image / docker-amd64 (push) Successful in 54s
For now just handles changes to config.json but in the future might keep the inventory tabs up-to-date with in-game actions.
Reviewed-on: #2221
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-20 14:00:55 -07:00
0c4065619d
chore: support config path being specified via command line argument ( #2201 )
...
Build / build (push) Successful in 51s
Build Docker image / docker (push) Successful in 38s
Reviewed-on: #2201
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-18 11:34:12 -07:00
dabca46e88
feat(webui): automatically commit toggle changes ( #2198 )
...
Build Docker image / docker (push) Successful in 44s
Build / build (push) Successful in 1m46s
Closes #2197
Reviewed-on: #2198
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-18 11:05:07 -07:00
c6dd8bfb81
chore: improve error reporting when config.json exists with invalid json ( #2166 )
...
Build / build (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Reviewed-on: #2166
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-15 18:51:32 -07:00
8f5f2fc206
chore: handle numbers in config administratorNames ( #2117 )
...
Build Docker image / docker (push) Successful in 35s
Build / build (push) Has been cancelled
Reviewed-on: #2117
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-07 02:15:35 -07:00
d41e4f7f56
chore: restart web server when ports in config have changed ( #2100 )
...
Build Docker image / docker (push) Waiting to run
Build / build (push) Has been cancelled
Reviewed-on: #2100
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-24 01:48:25 -07:00
5c22949c6b
chore: improve handling when config.json is missing & fix logger options ( #1460 )
...
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Reviewed-on: #1460
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-05 06:50:57 -07:00