Fixing broken examples and functions

This commit is contained in:
2023-09-17 01:08:34 +02:00
parent cde3b6eb89
commit 4fb2e2cc8c
6 changed files with 8 additions and 11 deletions

View File

@ -8,9 +8,6 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
server: {
port: 8000,
strictPort: true,
https: true,
open: true,
cors: true,
},
};
} else {