@absolutejs/absolute 0.18.7 → 0.18.8-beta.1

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.
@@ -105,7 +105,11 @@
105
105
  "Bash(find /home/alexkahn/abs/absolutejs/example/build -name angular-example* -newer /home/alexkahn/abs/absolutejs/example/angular/components/app.component.ts -printf '%T+ %s %p\\\\n')",
106
106
  "Bash(echo 'export const x = \"\"original\"\";')",
107
107
  "Bash(echo 'export const dep = \"\"dep-v1\"\";')",
108
- "Bash(echo 'import { dep } from \"\"./dep.js\"\"; export const page = \"\"page uses \"\" + dep;')"
108
+ "Bash(echo 'import { dep } from \"\"./dep.js\"\"; export const page = \"\"page uses \"\" + dep;')",
109
+ "Bash(PORT=4445 TELEMETRY_OFF=1 NODE_ENV=development ABSOLUTE_CONFIG=example/absolute.config.ts timeout 15 bun --hot --no-clear-screen example/server.ts)",
110
+ "Bash(kill %1)",
111
+ "Bash(wait)",
112
+ "Bash(xargs kill:*)"
109
113
  ]
110
114
  }
111
115
  }