6 lines
64 B
TypeScript
6 lines
64 B
TypeScript
import App from '@/app';
|
|
|
|
const app = new App();
|
|
|
|
app.listen();
|