what's your account id + limit you're trying to increase?
what's your account id + limit you're trying to increase?


17:08:46.637 Finished
17:08:46.638 Note: No functions dir at /functions found. Skipping.
17:08:46.638 Validating asset output directory
17:08:46.638 Error: Output directory "dist " not found.
17:08:47.526 Failed: build output directory not foundconsole.log(
"match",
await caches.default.match("https://cache.example.com/login"),
);
console.log(
"put",
await caches.default.put(
"https://cache.example.com/login",
Response.json({
test: true,
}),
),
);