Skip to content
Snippets Groups Projects
Commit 5ebc1930 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: serve in local

parent d93e615c
No related branches found
No related tags found
1 merge request!131MEP
Pipeline #74705 passed
...@@ -7,9 +7,11 @@ export default defineConfig({ ...@@ -7,9 +7,11 @@ export default defineConfig({
base: './', base: './',
plugins: [react(), basicSsl()], plugins: [react(), basicSsl()],
preview: { preview: {
// port: 3000, port: 3000,
// https: true, https: true,
// strictPort: true, strictPort: true,
host: true,
open: 'https://localhost/',
}, },
server: { server: {
port: 3000, port: 3000,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment