GitBrowser
stop-it
main/vite.config.ts
Name Message Date
📁 .claude Complete vibe-coded game 1 month ago
📁 server Easier room code generatino 1 month ago
📁 src QR codes for joining 1 month ago
📁 static Initialize Vite project 1 month ago
📄 .dockerignore Complete vibe-coded game 1 month ago
📄 .editorconfig Improve color displays 1 month ago
📄 .gitignore Initialize Vite project 1 month ago
📄 .npmrc Initialize Vite project 1 month ago
📄 Dockerfile Complete vibe-coded game 1 month ago
📄 package-lock.json QR codes for joining 1 month ago
📄 package.json QR codes for joining 1 month ago
📄 README.md Improve color displays 1 month ago
📄 svelte.config.js Improve color displays 1 month ago
📄 tsconfig.json Initialize Vite project 1 month ago
📄 vite.config.ts Initialize Vite project 1 month ago
📄 vite.config.ts
1 2 3 4 5 6 7
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";

export default defineConfig({
  plugins: [sveltekit()],
});