mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
wip
This commit is contained in:
7
apps/remix/server/main.ts
Normal file
7
apps/remix/server/main.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { serve } from '@hono/node-server';
|
||||
|
||||
import app from './app';
|
||||
|
||||
serve(app, (info) => {
|
||||
console.log(`Server is running on http://localhost:${info.port}`);
|
||||
});
|
||||
Reference in New Issue
Block a user