fix: host app with subpath (#11739)

closes #11719
This commit is contained in:
forehalo
2025-04-17 01:29:48 +00:00
parent 268c34e8b5
commit 18fae0f1aa
6 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ declare type Environment = {
// runtime configs
publicPath: string;
workerPath: string
subPath: string;
};
var process: {