update
This commit is contained in:
7
src/app.ts
Normal file
7
src/app.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { App } from "@kevisual/router";
|
||||
import { useContextKey } from "@kevisual/use-config/context";
|
||||
export const app: App = useContextKey<App>('app', new App({
|
||||
serverOptions: {
|
||||
path: '/client/router'
|
||||
}
|
||||
}));
|
||||
Reference in New Issue
Block a user