From b8f7a73b7606d3638c7047eeea23a58d27d1039b Mon Sep 17 00:00:00 2001 From: Sittipong HAUS Date: Wed, 24 Jul 2024 10:08:57 +0700 Subject: [PATCH] unminify --- app/routes/chat.index.tsx | 1 - astro.config.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/chat.index.tsx b/app/routes/chat.index.tsx index 44e24fb..709508c 100644 --- a/app/routes/chat.index.tsx +++ b/app/routes/chat.index.tsx @@ -1,4 +1,3 @@ -import { NewChatComponent } from "@/components/chat/new" import { ChatRoomContainer } from "@/containers/chat/single" import { createFileRoute } from "@tanstack/react-router" diff --git a/astro.config.ts b/astro.config.ts index 2bbc51e..b2df2c6 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -45,6 +45,7 @@ export default defineConfig({ }, }, build: { + minify: false, rollupOptions: { external: [ "cloudflare:sockets",