Add preview allowedHosts for faucet.lnpulse.app, add deploy config

Made-with: Cursor
This commit is contained in:
Michaël
2026-02-26 19:20:03 -03:00
parent ecc4e6d4bb
commit 921d223533
2 changed files with 57 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
preview: {
allowedHosts: ["faucet.lnpulse.app"],
},
server: {
port: 5173,
proxy: {