create-asaje-go-vue 0.2.6 → 0.2.7

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.
@@ -1504,6 +1504,8 @@ async function ensureRailwayAppService(config) {
1504
1504
  config.serviceName,
1505
1505
  "--image",
1506
1506
  config.seedImage || "alpine:3.22",
1507
+ "--variables",
1508
+ `ASAJE_BOOTSTRAP_SERVICE=${config.serviceName}`,
1507
1509
  ]);
1508
1510
  }
1509
1511
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-asaje-go-vue",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "CLI to scaffold, configure, and run the Asaje Go + Vue boilerplate",
5
5
  "type": "module",
6
6
  "bin": {