gpstracker/src/main.ts

4 lines
67 B
TypeScript

import App from './App';
const app = App.fromEnv();
app.listen();