For a console.log to work in the server logs for a deployment, does it need to be wrapped in a compute?
Will the below log in the routes file show anything in the server logs if we skip the edge:
.match('/(.*)', ( ) => {
console.log(`Decookie`);