Skip to content

Commit

Permalink
unminify
Browse files Browse the repository at this point in the history
  • Loading branch information
sngmn451 committed Jul 24, 2024
1 parent 4073912 commit b8f7a73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/chat.index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { NewChatComponent } from "@/components/chat/new"
import { ChatRoomContainer } from "@/containers/chat/single"
import { createFileRoute } from "@tanstack/react-router"

Expand Down
1 change: 1 addition & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default defineConfig({
},
},
build: {
minify: false,
rollupOptions: {
external: [
"cloudflare:sockets",
Expand Down

0 comments on commit b8f7a73

Please sign in to comment.