mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-30 12:33:45 +00:00
wip
This commit is contained in:
7
apps/server/src/index.ts
Normal file
7
apps/server/src/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { serverConfig } from './config';
|
||||
import { createServer } from './server';
|
||||
|
||||
const server = createServer(serverConfig);
|
||||
|
||||
server.start();
|
||||
|
||||
Reference in New Issue
Block a user