commit
5f679c3b93
|
@ -3,4 +3,6 @@ node_modules
|
|||
.next
|
||||
app
|
||||
dist
|
||||
tsconfig.tsbuildinfo
|
||||
tsconfig.tsbuildinfo
|
||||
.yarn/*
|
||||
!.yarn/releases
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,2 @@
|
|||
yarnPath: .yarn/releases/yarn-3.6.4.cjs
|
||||
nodeLinker: node-modules
|
|
@ -52,5 +52,6 @@
|
|||
"react-dom": "^18.2.0",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.6.4"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue