We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dffcb commit 7aec657Copy full SHA for 7aec657
.gitignore
@@ -5,4 +5,5 @@ yarn-error.log
5
.vscode
6
!.gitkeep
7
images
8
-db
+db
9
+.yarn
package.json
@@ -44,5 +44,9 @@
44
"lodash": "^4.17.19",
45
"node-fetch": "^2.6.0",
46
"sharp": "^0.32.6"
47
+ },
48
+ "volta": {
49
+ "node": "18.20.3",
50
+ "yarn": "1.22.22"
51
}
52
0 commit comments