Files
directus/api/src/start.ts
2021-09-13 17:48:36 -04:00

4 lines
56 B
TypeScript

import { startServer } from './server';
startServer();