Initial Botsu Cloud portal
Build and publish Docker image / docker (push) Waiting to run

This commit is contained in:
cnstiout
2026-06-30 17:25:18 +02:00
commit 1cbeb4a0f9
24 changed files with 3777 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
});