feature/108_vite_migration #118

Merged
philipp merged 27 commits from feature/108_vite_migration into dev 2021-04-03 17:17:25 +00:00
Showing only changes of commit ceb2146c1b - Show all commits

View File

@ -16,5 +16,5 @@
"fivethree.vscode-svelte-snippets",
"voorjaar.windicss-intellisense"
],
"postCreateCommand": "yarn && yarn dev"
"postCreateCommand": "yarn && yarn dev --open"
}