feat: finish vuejs example

This commit is contained in:
Mauricio Siu
2024-06-30 19:21:50 -06:00
parent ab70fabc17
commit 02e2cfd645
3 changed files with 19 additions and 30 deletions

View File

@@ -16,4 +16,8 @@ export default defineConfig({
port: 3000,
host: true,
},
preview: {
port: 3000,
host: true,
},
});