We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efc8e7 commit 68a9090Copy full SHA for 68a9090
src/commands/serve/index.ts
@@ -56,6 +56,7 @@ export function serveCommand(program: Command) {
56
const appFilePath = realpathSync(appPath)
57
const buildIterator = buildAndImportApp(appFilePath, {
58
external: ['@hono/node-server'],
59
+ sourcemap: true,
60
})
61
app = (await buildIterator.next()).value
62
}
0 commit comments