Skip to content

Commit 8c6e783

Browse files
authoredOct 20, 2022
Merge pull request #107 from Tal500/sveltekit
Sveltekit mega change, for better robustness
2 parents ca21a95 + d0792a4 commit 8c6e783

Some content is hidden

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

63 files changed

+13346
-13298
lines changed
 

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
dist
33
storybook-static
4+
.svelte-kit
5+
package

‎.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=true # TODO: Find the right peer deps instead of doing it automatically

0 commit comments

Comments
 (0)
Please sign in to comment.