This commit is contained in:
2020-11-08 09:21:13 +01:00
parent 50527d0370
commit 6cc0d341d5
494 changed files with 59442 additions and 31 deletions

5
install.sh Executable file
View File

@@ -0,0 +1,5 @@
rm yarn.lock
rm -rf node_modules
rm -rf .cache
yarn install
gridsome develop