Template
1
0

feat: add sample todo with valkyr/db

This commit is contained in:
2025-08-16 17:12:55 +02:00
parent 0b0ecbcb79
commit 81108e0a60
14 changed files with 611 additions and 137 deletions

View File

@@ -1,8 +1,9 @@
import tailwindcss from "@tailwindcss/vite";
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [react()],
plugins: [react(), tailwindcss()],
server: {
proxy: {
"/api/v1": {