From 42d81b9d281c5ee55ea0ab438a6342f04a1b7c93 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 30 Sep 2023 13:03:10 +0300 Subject: [PATCH] squash! --- Documentation/_worker.js | 2 +- Documentation/variables/Build.Current.html | 2 +- Documentation/variables/Build.Pipe.html | 2 +- Documentation/wrangler.toml | 2 ++ Source/Function/Build.ts | 8 ++++++-- Source/Notation/wrangler.toml | 2 ++ Target/Function/Build.js | 2 +- Target/Function/Worker.js | 2 +- 8 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 Documentation/wrangler.toml create mode 100644 Source/Notation/wrangler.toml diff --git a/Documentation/_worker.js b/Documentation/_worker.js index 66454ba6..e6348150 100644 --- a/Documentation/_worker.js +++ b/Documentation/_worker.js @@ -1 +1 @@ -var r={fetch:async(n,t)=>{const e=new URL(n.url);return e.pathname.startsWith("/functions/")?(console.log(process.cwd()),console.log((await import("fs/promises")).readFile(e.pathname)),new Response(e.pathname)):t.ASSETS.fetch(n)}};export{r as default}; +var r={fetch:async(n,t)=>{const e=new URL(n.url);return e.pathname.startsWith("/functions/")?(console.log(process.cwd()),console.log((await import("fs/promises")).readFile(e.pathname)),new Response(e.pathname,{headers:{"Content-Type":"text/html"}})):t.ASSETS.fetch(n)}};export{r as default}; diff --git a/Documentation/variables/Build.Current.html b/Documentation/variables/Build.Current.html index 0e37a838..0b6c8bbc 100644 --- a/Documentation/variables/Build.Current.html +++ b/Documentation/variables/Build.Current.html @@ -18,7 +18,7 @@

Variable CurrentConst

Current: string = ...
+
  • Defined in Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/Build.ts:97
  • +
  • Defined in Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/Build.ts:95