Skip to content

Commit 190f170

Browse files
authored
Merge pull request #74 from codediodeio/firebase9
feat: rewrite to support SvelteKit, Firebase v9, and TS
2 parents c2b045e + a0b3e12 commit 190f170

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

Lines changed: 0 additions & 34 deletions
This file was deleted.

.gitignore

Lines changed: 9 additions & 4 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)