build.json 262 B

123456789101112131415161718
  1. {
  2. "subprojects": [
  3. {
  4. "name": "CritterCrossing",
  5. "dir": "app",
  6. "artifacts": [
  7. "build/"
  8. ]
  9. },
  10. {
  11. "name": "CritterScraper",
  12. "dir": "scraper",
  13. "artifacts": [
  14. "build/bundle.js"
  15. ]
  16. }
  17. ]
  18. }