From 4efec31fec44a4a768769555a0314c58b48aa1e6 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 13 Jul 2024 20:15:41 +0300 Subject: [PATCH] https --- app.config.ts | 2 +- tsconfig.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app.config.ts b/app.config.ts index ef06d86d..cf581aa6 100644 --- a/app.config.ts +++ b/app.config.ts @@ -25,7 +25,7 @@ export default defineConfig({ server: { preset: isVercel ? 'vercel_edge' : isBun ? 'bun' : 'node', port: 3000, - https: isBun + https: true }, devOverlay: true, build: { diff --git a/tsconfig.json b/tsconfig.json index b762d5cb..b0754ce3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,8 @@ { "compilerOptions": { "allowSyntheticDefaultImports": true, - // Solid specific settings "jsx": "preserve", "jsxImportSource": "solid-js", - // Enable top-level await and other modern ESM features. "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler",