8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
import { parse } from '@kevisual/router/commander'
|
|
|
|
import { app } from './app.ts';
|
|
import './route.ts';
|
|
|
|
parse({
|
|
app,
|
|
}) |