chore: test deploy snapshot
This commit is contained in:
@@ -9,7 +9,7 @@ const port = Number(process.env.PORT ?? 5173);
|
||||
const distDirName = process.env.APP_DIST_DIR ?? 'app-dist';
|
||||
const rootDir = normalize(isAbsolute(distDirName) ? distDirName : join(process.cwd(), distDirName));
|
||||
const workServerUrl = new URL(process.env.WORK_SERVER_URL ?? 'http://127.0.0.1:3100');
|
||||
const proxyPrefixes = ['/api', '/.codex_chat', '/ws/chat'];
|
||||
const proxyPrefixes = ['/api', '/.codex_chat', '/public/.codex_chat', '/ws/chat'];
|
||||
|
||||
const mimeTypes = {
|
||||
'.css': 'text/css; charset=utf-8',
|
||||
|
||||
Reference in New Issue
Block a user