minio root passwort auskommentiert + svelte

This commit is contained in:
titusvermesan
2024-12-10 11:30:31 +01:00
parent 7d56c17676
commit d719dd2e91
34 changed files with 7184 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});