Add lightning invoice payments

This commit is contained in:
Jon Staab
2025-11-12 16:20:38 -08:00
parent c05d7e99e2
commit 9cae4da9f4
11 changed files with 198 additions and 12 deletions
+9
View File
@@ -10,6 +10,15 @@ config({path: ".env.template"})
export default defineConfig({
server: {
port: 1847,
// host: "0.0.0.0",
// strictPort: true,
// allowedHosts: ["coracle-client.ngrok.io"],
// hmr: {
// protocol: "wss",
// host: "coracle-client.ngrok.io",
// clientPort: 443,
// },
// cors: true,
},
build: {
sourcemap: true,