init vite rewrite
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s

This commit is contained in:
2026-08-02 18:55:39 +05:00
parent 2f5659f3ff
commit d853d54a06
208 changed files with 1996 additions and 29974 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})