cache data

This commit is contained in:
2020-09-28 14:40:04 +02:00
parent 0306a0cbbf
commit b3446c6048
10 changed files with 29 additions and 55 deletions

View File

@@ -1,9 +1,8 @@
{
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export",
"start": "node __sapper__/build"
"start": "serve __sapper__/export"
},
"dependencies": {
"axios": "^0.20.0",