fix: cleanupStuckedContainers

This commit is contained in:
Andras Bacsai
2023-01-23 10:37:14 +01:00
parent 18ed2527e8
commit ade7c8566d
415 changed files with 9686 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
import type { ServerOptions } from './server';
export const serverConfig: ServerOptions = {
dev: false,
port: 2022,
prefix: '/trpc'
};