+photon

export {}
import type { BuildOptions } from 'esbuild'
import type { Photon } from '@photonjs/core'
type PhotonConfig = Photon.Config & {
standalone?: boolean | { esbuild: BuildOptions }
}
The documentation for the various +photon
settings lives at vike-photon
.