Files
handlers.js/test/test-server.deno.ts
2024-07-19 12:38:11 +08:00

4 lines
52 B
TypeScript

import App from './test-server';
App.listen(3000);