test
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import basicSsl from '@vitejs/plugin-basic-ssl';
|
|||||||
// `basicSsl` generates a self-signed certificate so the dev server and
|
// `basicSsl` generates a self-signed certificate so the dev server and
|
||||||
// `vite preview` both serve over HTTPS out of the box.
|
// `vite preview` both serve over HTTPS out of the box.
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [vue(), basicSsl()],
|
plugins: [vue()],
|
||||||
server: {
|
server: {
|
||||||
host: true,
|
host: true,
|
||||||
port: 5173,
|
port: 5173,
|
||||||
|
|||||||
Reference in New Issue
Block a user