Skip to content

Commit

Permalink
chore: remove ssl bind
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Jun 8, 2024
1 parent b825827 commit 14d394c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions {{cookiecutter.project_name}}/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ export default defineConfig({
publicDir: 'public',
server: {
host: process.env.HOST,
port: 8081,
https: {
key: './.certs/key',
cert: './.certs/pem',
},
port: 8080,
},
css: {
preprocessorOptions:
Expand Down

0 comments on commit 14d394c

Please sign in to comment.