+
- Edit src/app.tsx and save to test HMR
-
- Check out{' '} - - create-preact - - , the official Preact + Vite starter -
-- Click on the Vite and Preact logos to learn more -
- > - ) -} diff --git a/web/common.ts b/web/common.ts new file mode 100644 index 0000000..21a156e --- /dev/null +++ b/web/common.ts @@ -0,0 +1,18 @@ +export function copyToClipboard(text: string): Promise
+