feat: support runtime base path configuration via BASE_PATH env var

This commit is contained in:
ZacharyZcR
2026-05-13 16:13:20 +08:00
parent ec87f8a4d1
commit 1727601fbe
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@
</style>
</head>
<body>
<script>window.__TERMIX_BASE_PATH__ = "";</script>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>