Supabase on-prem 설정 및 마이그레이션 작업

This commit is contained in:
hansoo
2025-05-05 07:17:35 +09:00
parent 2bfe52fb7b
commit fdfdf15166
12 changed files with 509 additions and 142 deletions

View File

@@ -1,4 +1,4 @@
import { defineConfig } from "vite";
import { defineConfig } from 'vite';
import react from "@vitejs/plugin-react-swc";
import path from "path";
import { componentTagger } from "lovable-tagger";
@@ -6,7 +6,7 @@ import { componentTagger } from "lovable-tagger";
// https://vitejs.dev/config/
export default defineConfig(({ mode }) => ({
server: {
host: "::",
host: "0.0.0.0",
port: 8080,
},
plugins: [