first draft of blueprint synchronization works

This commit is contained in:
2021-11-12 15:16:48 +01:00
parent 05a7b831bb
commit 0e043316ef
16 changed files with 629 additions and 13 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ const myPlugin = () => ({
*/
let config = {
server: {
port: process.env.PORT,
port: process.env.PORT || 3399,
cors: true
},
plugins: [createVuePlugin(), ...zeroPlugins, myPlugin()],