diff --git a/reverse-proxy.config.ts b/reverse-proxy.config.ts index e553d20..cd14c5d 100644 --- a/reverse-proxy.config.ts +++ b/reverse-proxy.config.ts @@ -1,3 +1,3 @@ export default { - 'localhost:3000': 'stacks.localhost' + 'localhost:3000': 'stacks.localhost', }