@lolyjs/core 0.2.0-alpha.5 → 0.2.0-alpha.7
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 +1 -0
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/runtime.cjs.map +1 -1
- package/dist/runtime.js.map +1 -1
- package/package.json +36 -1
package/dist/index.cjs
CHANGED
|
@@ -5936,7 +5936,6 @@ function bootstrapClient(routes, notFoundRoute, errorRoute = null) {
|
|
|
5936
5936
|
function withCache(fn, options) {
|
|
5937
5937
|
const ttl = options.ttl ?? 60;
|
|
5938
5938
|
return async function cachedGssp(ctx) {
|
|
5939
|
-
console.log("TTL", ttl);
|
|
5940
5939
|
return await fn(ctx);
|
|
5941
5940
|
};
|
|
5942
5941
|
}
|