Static site generation

This commit is contained in:
codevictory 2022-03-17 19:41:23 +02:00
parent f28182c101
commit 5f1f0d58d8
5 changed files with 34 additions and 16 deletions

View file

@ -16,6 +16,7 @@
"devDependencies": {
"@playwright/test": "^1.19.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.0-next.29",
"@sveltejs/kit": "next",
"@types/cookie": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
@ -37,4 +38,4 @@
"@lukeed/uuid": "^2.0.0",
"cookie": "^0.4.1"
}
}
}