wtf
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
import { env as e } from '$env/dynamic/public'
 | 
			
		||||
 | 
			
		||||
export const env = {
 | 
			
		||||
    api_url: "http://localhost:3000",
 | 
			
		||||
    youpage: "http://localhost:3002",
 | 
			
		||||
    sites_host: "127.0.0.1.nip.io:3001"
 | 
			
		||||
    api_url: e.PUBLIC_API_URL || "",
 | 
			
		||||
    frontend_url: e.PUBLIC_FRONTEND_URL || "",
 | 
			
		||||
    sites_url: e.PUBLIC_SITES_URL || ""
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user