Skip to content

Commit

Permalink
test simple response
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Aug 15, 2023
1 parent 2e9848f commit 16e317c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-ssr/production-export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
* This file is used ONLY on production.
*/

import { ssrProductionExport } from 'quasar/wrappers';

export default ssrProductionExport(async ({ ssrHandler }: { ssrHandler: unknown }) => ({ onRequest: ssrHandler }));
export function onRequest() {
return new Response('Hello, world!');
}

0 comments on commit 16e317c

Please sign in to comment.