From 94c21a6146cc42a5f6302c3c36f9689fc2616e7d Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Wed, 9 Apr 2025 14:27:03 +0200 Subject: [PATCH] add http-server part 5.5 --- ingress.yaml | 2 +- tsconfig.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ingress.yaml b/ingress.yaml index 2d159d9..9482165 100644 --- a/ingress.yaml +++ b/ingress.yaml @@ -12,7 +12,7 @@ spec: http: paths: - path: /iching(/|$)(.*) - pathType: Prefix + pathType: ImplementationSpecific backend: service: name: iching-service diff --git a/tsconfig.json b/tsconfig.json index d615db5..2914789 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,10 @@ { "compilerOptions": { "target": "ES6", - "module": "CommonJS", + "module": "ES6", + "moduleResolution": "Bundler", "outDir": "dist", - "strict": true + "strict": true, + "esModuleInterop": true } } \ No newline at end of file