GitBrowser
stop-it
40e5067/vite.config.ts
Name Message Date
📁 .claude Complete vibe-coded game 1 month ago
📁 server Improve color displays 1 month ago
📁 src Improve color displays 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 Complete vibe-coded game 1 month ago
📄 package.json Complete vibe-coded game 1 month ago
📄 README.md Improve color displays 1 month ago
📄 server.js 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()],
});