This commit is contained in:
2025-04-30 19:28:04 +08:00
parent 3f3f08cc4e
commit 26ca4c21c8
11 changed files with 194 additions and 3776 deletions

View File

@@ -1,6 +1,5 @@
import { app } from './index.ts';
import { useConfig } from '@kevisual/use-config/env';
import { config } from './modules/config.ts';
app
.route({
path: 'auth',
@@ -38,7 +37,6 @@ app
})
.addTo(app);
const config = useConfig();
const port = config.PORT || 4000;
console.log('run demo: http://localhost:' + port + '/api/router?path=demo&key=demo');