Last Commit for solidjs
This commit is contained in:
@ -31,7 +31,7 @@ export default defineConfig(({ mode }) => {
|
||||
plugins: [solid()],
|
||||
server: {
|
||||
https: false,
|
||||
host: true,
|
||||
host: false,
|
||||
port: 5001,
|
||||
strictPort: true,
|
||||
watch: {
|
||||
@ -59,6 +59,7 @@ export default defineConfig(({ mode }) => {
|
||||
// plugins: [solid(), mkcert()],
|
||||
plugins: [solid()],
|
||||
server: {
|
||||
open: true,
|
||||
https: false,
|
||||
host: true,
|
||||
port: 5001,
|
||||
|
Reference in New Issue
Block a user