Supabase on-prem 설정 및 마이그레이션 작업
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user