v2: global player, infinite scroll, image picker, threaded comments

This commit is contained in:
khannurien
2026-03-21 13:55:22 +00:00
parent be426eb150
commit 7c098e7c4c
48 changed files with 4346 additions and 711 deletions

View File

@@ -4,6 +4,9 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
server: {
port: 3000,
watch: {
ignored: ["**/api/**"],
},
},
plugins: [react()],
optimizeDeps: {