mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-23 14:19:48 +00:00
wip trpc
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { ServerOptions } from './server';
|
||||
|
||||
export const serverConfig: ServerOptions = {
|
||||
dev: false,
|
||||
port: 2022,
|
||||
prefix: '/trpc'
|
||||
};
|
||||
Reference in New Issue
Block a user