@absolutejs/absolute 0.19.0-beta.1037 → 0.19.0-beta.1039

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.
package/dist/index.js CHANGED
@@ -29733,6 +29733,12 @@ var selfRegisterInstance = () => {
29733
29733
  var networking = (app) => {
29734
29734
  if (env4.ABSOLUTE_COMPILED_RUNTIME === "1")
29735
29735
  return app;
29736
+ if (env4.NODE_ENV === "development") {
29737
+ app.get("/__absolute/routes", () => app.routes.map((route) => ({
29738
+ method: route.method,
29739
+ path: route.path
29740
+ })));
29741
+ }
29736
29742
  const liveServer = globalThis.__absoluteBunServer;
29737
29743
  if (liveServer && typeof liveServer.reload === "function") {
29738
29744
  const prevStore = globalThis.__absolutePreviousAppStore;
@@ -36292,5 +36298,5 @@ export {
36292
36298
  ANGULAR_INIT_TIMEOUT_MS
36293
36299
  };
36294
36300
 
36295
- //# debugId=1B2D51012874D95D64756E2164756E21
36301
+ //# debugId=DFB768A1CB46714364756E2164756E21
36296
36302
  //# sourceMappingURL=index.js.map