feat: add Container and Page Module

This commit is contained in:
2024-09-17 01:59:48 +08:00
parent 321a4b41e7
commit 0a9e5c1d4f
21 changed files with 6335 additions and 13271 deletions

View File

@@ -1,5 +1,4 @@
import { QueryRouter, Server } from '@abearxiong/router';
export const router = new QueryRouter();
export const server = new Server({
path: '/api/router',
});
import { app } from '../app.ts';
export const router = app.router;
export const server = app.server;