BUGFIX: Attach hostname to script links in ls command (#1062)

fixes #1051

* Add hostname to script editor page options
* Add hostname option to script editor page
* Attach hostname to script links in ls
* Fix script editor page option type
This commit is contained in:
LJ
2024-02-15 06:39:50 -07:00
committed by GitHub
parent b79df29ef4
commit dc7c9bb065
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ export type PageWithContext =
| { page: SimplePage };
export interface ScriptEditorRouteOptions {
vim: boolean;
vim?: boolean;
hostname?: string;
}
/** The router keeps track of player navigation/routing within the game. */