initial commit

This commit is contained in:
Zoe
2023-05-30 15:05:10 -05:00
parent 539805dacb
commit 43349a43bb
2 changed files with 11 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
node_modules
*.log*
.nuxt
.nitro
.cache
.output
.env
dist
.DS_Store

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false