From efe8ef0d1490c8020307b0e64218aabb811cbaba Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 24 Jun 2024 22:21:20 -0400 Subject: [PATCH] release 0.0.1 (#26) * feat: enable more editor settings and editor styling improvements #4 (#19) * feat: enable more editor settings and editor styling improvements #4 * feat: enable indent unit setting #4 * feat: enable more editor settings #4 (#20) * fix: wonky scrollbar styles, still need to actually solve this * feat: add client side validation for editor settings #4 (#21) * feat: add client side validation for editor settings #4 * feat: enable font family editor setting and refactor editor settings #4 * feat: add ability to save nsec * show npub * refactor: remove nostr settings, add profile and relays * dynamic relay form * update dialog name * fix: context menu holding stale state * deps: update dependencies * bump version * deps: update dependencies * bump version * build: update tsconfig * update tsconfig --------- Co-authored-by: Jason Chiarulli --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index daae0642..51a33571 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,7 +41,8 @@ "dist", "build", "coverage", - "public" + "public", + "vite.config.d.ts" ] "references": [