Init commit
Publish Docker image / build-and-push (push) Failing after 2m17s

This commit is contained in:
2025-07-07 13:07:26 +07:00
commit d2e6aa1d38
22 changed files with 4840 additions and 0 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()],
})