start adding showcase screen

This commit is contained in:
2024-06-27 18:39:06 +02:00
parent 1e11f1dc2e
commit 7a42ab8b4e
17 changed files with 882 additions and 504 deletions

View File

@@ -27,6 +27,6 @@ export default defineConfig({
},
},
server: {
port: 8080
port: 8081
}
})