update 7/5

This commit is contained in:
2025-05-07 16:03:56 +07:00
parent fc94c6fd1a
commit b798003ec9
19 changed files with 1321 additions and 168 deletions

View File

@@ -1,6 +1,7 @@
import { defineConfig } from 'vite';
import preact from '@preact/preset-vite';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [preact()],
@@ -11,4 +12,5 @@ export default defineConfig({
ignored: ['!**/node_modules/**'], // Loại bỏ các thư mục không cần theo dõi
}
},
publicDir: 'static',
});