Skip to content

Commit a0b3e12

Browse files
committed
feat: rewrite to support SvelteKit, Firebase v9, and TS
1 parent c2b045e commit a0b3e12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+5559
-17821
lines changed

.github/workflows/npmpublish.yml

-34
This file was deleted.

.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
.DS_Store
22
node_modules
3-
yarn.lock
4-
dist/
5-
firebase-debug.log
6-
firestore-debug.log
3+
/build
4+
/.svelte-kit
5+
/package
6+
.env
7+
.env.*
8+
!.env.example
9+
vite.config.js.timestamp-*
10+
vite.config.ts.timestamp-*
11+
package

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

LICENSE

-21
This file was deleted.

0 commit comments

Comments
 (0)