@cruxgarden/cli 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,6 +70,7 @@ services:
70
70
  NODE_ENV: ${NODE_ENV:-production}
71
71
  PORT: 3000
72
72
  HOSTNAME: ${HOSTNAME:-0.0.0.0}
73
+ BASE_URL: ${BASE_URL:-http://localhost:3000}
73
74
 
74
75
  # Bundled Services (can override to use external services)
75
76
  DATABASE_URL: ${DATABASE_URL:-postgresql://cruxgarden:cruxgarden_nursery_password@postgres:5432/cruxgarden}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cruxgarden/cli",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Crux Garden CLI",
5
5
  "type": "module",
6
6
  "bin": {