@absolutejs/absolute 0.10.3 → 0.11.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Absolute JS
1
+ # AbsoluteJS
2
2
 
3
3
  Full‑stack, **type‑safe** batteries‑included platform that lets you **server‑side render _any_ modern front‑end**—React, Svelte, plain HTML, HTMX (Vue & Angular coming)—with a single Bun‑powered build step.
4
4
 
@@ -141,6 +141,8 @@ No separate config files or environment variables—just explicit arguments with
141
141
  ## Roadmap
142
142
 
143
143
  - **Angular** handlers
144
+ - Prisma support
145
+ - Biome support
144
146
  - Hot‑reload development server
145
147
  - First‑class Docker images & hosting recipes
146
148
 
package/dist/index.js CHANGED
@@ -235131,7 +235131,7 @@ var build = async ({
235131
235131
  ...htmlCssEntries,
235132
235132
  ...htmxCssEntries
235133
235133
  ];
235134
- if (serverEntryPoints.length === 0 && clientEntryPoints.length === 0) {
235134
+ if (serverEntryPoints.length === 0 && clientEntryPoints.length === 0 && htmxDir === undefined) {
235135
235135
  console.warn("No entry points found, manifest will be empty.");
235136
235136
  return {};
235137
235137
  }
@@ -235207,7 +235207,7 @@ var build = async ({
235207
235207
  await updateAssetPaths(manifest, outputHtmlPages);
235208
235208
  }
235209
235209
  if (htmxDir && htmxPagesPath) {
235210
- const outputHtmxPages = join8(buildPath, basename7(htmxDir), "pages");
235210
+ const outputHtmxPages = isSingle ? join8(buildPath, "pages") : join8(buildPath, basename7(htmxDir), "pages");
235211
235211
  await mkdir4(outputHtmxPages, { recursive: true });
235212
235212
  await cp(htmxPagesPath, outputHtmxPages, {
235213
235213
  force: true,
@@ -283330,5 +283330,5 @@ export {
283330
283330
  ANGULAR_BUILD_WARNING_SUPPRESSION
283331
283331
  };
283332
283332
 
283333
- //# debugId=02BC00F0B8AA264C64756E2164756E21
283333
+ //# debugId=927665B1B47632A064756E2164756E21
283334
283334
  //# sourceMappingURL=index.js.map