Skip to content

Commit 11a3a05

Browse files
committed
comment
1 parent 182bedf commit 11a3a05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/vike/src/node/api

packages/vike/src/node/api/dev.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { dev }
2-
// Enable vike-photon to call startupLog() — TO-DO/eventually: remove if it doesn't end up being used
2+
// Enable vike-photon to call startupLog() — TO-DO/eventually: remove if it doesn't end up being used https://github.com/vikejs/vike-photon/issues/57
33
export { startupLog }
44

55
import { prepareViteApiCall } from './prepareViteApiCall.js'
@@ -34,7 +34,7 @@ async function dev(
3434
if (viteServer.resolvedUrls) {
3535
startupLog(viteServer.resolvedUrls, viteServer)
3636
} else {
37-
// Enable vike-photon to call startupLog() — TO-DO/eventually: remove if it doesn't end up being used
37+
// Enable vike-photon to call startupLog() — TO-DO/eventually: remove if it doesn't end up being used https://github.com/vikejs/vike-photon/issues/57
3838
;(viteConfig.server as Record<string, any>).startupLog = (resolvedUrls: ResolvedServerUrls) =>
3939
startupLog(resolvedUrls, viteServer)
4040
}

0 commit comments

Comments
 (0)