mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-17 01:11:38 +03:00
docs: adapt contribution guide
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
# If the backend in your development environment is running on a different port, change the value of the variable below.
|
||||
DEVELOPMENT_BACKEND_URL=http://localhost:1411
|
||||
PORT=3000
|
||||
@@ -16,6 +16,7 @@ export default defineConfig({
|
||||
],
|
||||
|
||||
server: {
|
||||
host: process.env.HOST,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: process.env.DEVELOPMENT_BACKEND_URL || 'http://localhost:1411'
|
||||
|
||||
Reference in New Issue
Block a user