Environment: server
export {}
import type { BuildOptions } from 'esbuild'
import type { Photon } from '@photonjs/core'
 
type PhotonConfig = Photon.Config & {
  standalone?: boolean | { esbuild: BuildOptions }
}

Local
Provided by: vike-photon

You need vike-photon to be able to use the +photon setting.

The documentation for the various +photon settings lives at vike-photon.

See also