Skip to content

Commit

Permalink
chore: adjust examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 8, 2024
1 parent ec65717 commit d4745fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reverse-proxy.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
'localhost:3000': 'stacks.localhost',
// 'localhost:3001': 'docs.stacks.localhost',
'localhost:5173': 'stacks.localhost',
// 'localhost:3333': 'docs.stacks.localhost',
// 'localhost:8080': 'api.stacks.localhost',
// 'localhost:1234': 'example.test',
}

0 comments on commit d4745fc

Please sign in to comment.