We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f90b4 commit 35b4fc2Copy full SHA for 35b4fc2
vite.config.ts
@@ -7,9 +7,9 @@ export default defineConfig({
7
server: {
8
proxy: {
9
'/friendbot': {
10
- target: 'https://friendbot.stellar.org/',
+ // Use the local faucet http://localhost:8000/friendbot
11
+ target: 'http://localhost:8000',
12
changeOrigin: true,
- rewrite: (path) => path.replace(/^\/friendbot/, ''),
13
},
14
}
15
0 commit comments