2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-09-04 18:04:31 +08:00

Serve both UI assets and REST API from handler

This commit is contained in:
Ken Hibino
2021-10-10 06:33:38 -07:00
parent b20cf02f3b
commit ccdd6cea01
35 changed files with 620 additions and 234 deletions

5
ui/src/global.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
interface Window {
// Root URL path for asynqmon app.
// ROOT_PATH should not have the tailing slash.
ROOT_PATH: string;
}