import { App } from '@abearxiong/router'; import { useConfig } from '@abearxiong/use-config'; const config = useConfig(); export const app = new App({ serverOptions: { path: '/api/lang', }, });