aboutsummaryrefslogtreecommitdiff
path: root/ui/package.json
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-02 01:18:28 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-02 01:18:28 -0500
commit9fbe8b79f7bc12a71b62722b06f7e93334da1a52 (patch)
tree7d845be35268425289a5ce329440f673a6671846 /ui/package.json
parent2d3b4c7fc74b377698cc2f554ae7ceac76bf616b (diff)
downloadpaste-9fbe8b79f7bc12a71b62722b06f7e93334da1a52.tar.gz
paste-9fbe8b79f7bc12a71b62722b06f7e93334da1a52.tar.xz
UI builds and embeds just fine, it mostly works.
Still need to address routing all requests to index.html inside of the Go handler, shouldn't be too hard.
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json
index 3ccf894..0c5fc40 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -13,6 +13,7 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
+ "@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",