Last Commit for solidjs

This commit is contained in:
2024-07-24 02:39:55 +00:00
parent 5eb89d3b99
commit 953edb3d0c
18 changed files with 397 additions and 93 deletions

View File

@ -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,