mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
fix mlx omni provider
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { types } from "mobx-state-tree";
|
||||
import { renderPage } from "vike/server";
|
||||
|
||||
|
||||
export default types
|
||||
.model("StaticAssetStore", {})
|
||||
@@ -17,7 +17,7 @@ export default types
|
||||
async handleSsr(
|
||||
url: string,
|
||||
headers: Headers,
|
||||
env: Vike.PageContext["env"],
|
||||
env: Vike.PageContext.env,
|
||||
) {
|
||||
console.log("handleSsr");
|
||||
const pageContextInit = {
|
||||
|
Reference in New Issue
Block a user