From 9fbe8b79f7bc12a71b62722b06f7e93334da1a52 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 2 Jan 2023 01:18:28 -0500 Subject: 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. --- ui/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/package.json') 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", -- cgit v1.2.3