Skip to content

Commit

Permalink
put host config
Browse files Browse the repository at this point in the history
  • Loading branch information
sedatbasar committed Jan 6, 2023
1 parent aabf1ad commit a641fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import tsconfigPaths from 'vite-tsconfig-paths'
export default defineConfig({
plugins: [react(), tsconfigPaths()],
server: {
host: '0.0.0.0',
port: 3000
}
})

0 comments on commit a641fb2

Please # to comment.