Skip to content

Commit

Permalink
Allow direct inspection of the Vite service in local dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Apr 9, 2024
1 parent b718c0d commit c539019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
restart: always
ports:
- "127.0.0.1:8080:8080"
- "127.0.0.1:5173:5173"
logging: &default-logging
options:
max-size: "1m"
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default defineConfig({
},
server: {
strictPort: true,
host: true,
fs: {
allow: ["."],
},
Expand Down

0 comments on commit c539019

Please sign in to comment.