Skip to content

Commit

Permalink
Merge pull request #27 from growilabs/support/vite-server-is-now-list…
Browse files Browse the repository at this point in the history
…en-any-address

support: Vite server is now listen any address
  • Loading branch information
ryu-sato authored Dec 1, 2024
2 parents e25ce8e + a6bfee8 commit 597810c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/ryu-sato/growi-plugin-datatables#readme",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "yarn eslint --quiet \"src/**/*.{ts,tsx}\"",
Expand Down

0 comments on commit 597810c

Please sign in to comment.