File tree Expand file tree Collapse file tree
packages/vike/src/node/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export { 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
33export { startupLog }
44
55import { 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 }
You can’t perform that action at this time.
0 commit comments