fix: update proxy path and MQTT broker URL in dev

Change the proxy path from `/journal` to `/.ttrpg` and ensure the
MQTT broker URL points to localhost:3000 during development to
match the CLI server configuration.
This commit is contained in:
2026-07-11 09:29:16 +08:00
parent 75e862c310
commit f71af6a06d
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default defineConfig({
"/__CONTENT_INDEX.json": "http://localhost:3000",
"/__COMPLETIONS.json": "http://localhost:3000",
"/content": "http://localhost:3000",
"/journal": "http://localhost:3000",
"/.ttrpg": "http://localhost:3000",
},
},
output: {