feat: add configuration loading

This commit is contained in:
Aarnav Tale
2024-03-26 16:55:20 -04:00
parent fe285b4e6d
commit 5bb2f7dfa3
7 changed files with 551 additions and 6 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"usehooks-ts": "^3.0.2"
"usehooks-ts": "^3.0.2",
"yaml": "^2.4.1"
},
"devDependencies": {
"@remix-run/dev": "^2.8.1",