diff options
| author | Fuwn <[email protected]> | 2022-03-08 06:22:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-08 06:22:20 +0000 |
| commit | 400e1d1728f64ed06c276222c0e139319b160659 (patch) | |
| tree | 1f672643dc9e8390a20f8ec9c6642d9372be7ba0 /package.json | |
| parent | Merge branch 'main' of https://github.com/senpy-club/frontend-next (diff) | |
| download | archived-frontend-next-400e1d1728f64ed06c276222c0e139319b160659.tar.xz archived-frontend-next-400e1d1728f64ed06c276222c0e139319b160659.zip | |
refactor: build for static
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 8846e36..9e248b7 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ." }, "dependencies": { + "@sveltejs/adapter-static": "^1.0.0-next.29", "normalize.css": "^8.0.1", "sakura.css": "^1.3.1" }, |