This commit is contained in:
Meghdad
2026-06-21 03:55:53 +03:30
commit 71a7ea1b57
16 changed files with 2866 additions and 0 deletions

5
vite.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import { defineConfig } from 'vite';
export default defineConfig({
base: './',
});