can I have it change when the API is called though?
can I have it change when the API is called though?
--commit-dirty does in wrangler pages deploy public --commit-dirty true?--commit-dirty Whether or not the workspace should be considered dirty for this deployment

child-process doesn't work since it uses Node and CF doesn't support thatexport async function onRequest(context) and uses the value? Does is always act like a middleware? Would I need to route this manually like in https://developers.cloudflare.com/pages/platform/functions/examples/ab-testing/ ?23:15:12 [vite] Error when evaluating SSR module /home/getpsyched/git/printer/src/routes/test/+server.ts: failed to import "html2pdf.js"
|- ReferenceError: self is not defined
at Object.<anonymous> (/home/getpsyched/git/printer/node_modules/html2pdf.js/dist/html2pdf.js:15:4)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:169:29)
at ModuleJob.run (node:internal/modules/esm/module_job:194:25)child-processexport async function onRequest(context)