feat(devbox): use process-compose for testnet services

This commit is contained in:
Prad Nukala
2024-10-04 05:27:51 -04:00
parent bcf5dfa70c
commit 875c410443
8 changed files with 755 additions and 38 deletions
+4 -3
View File
@@ -11,11 +11,12 @@
"watch": "bun run watch:ts & bun run watch:css"
},
"devDependencies": {
"htmx.org": "^1.9.12",
"alpinejs": "^3.14.1",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.1",
"htmx.org": "^1.9.12",
"tailwindcss": "^3.3.0",
"tailwindcss-motion": "^0.3.0-beta",
"typescript": "^4.9.0"
},
"dependencies": {