Teleforge API Reference - v0.1.0
Preparing search index...
core/src
TeleforgeRuntime
Interface TeleforgeRuntime
Describes the runtime behavior and framework wiring for a Teleforge application.
interface
TeleforgeRuntime
{
apiPrefix
?:
string
;
apiRoutes
?:
string
;
build
?:
{
basePath
?:
string
;
outDir
?:
string
}
;
mode
:
"spa"
|
"bff"
;
ssr
?:
boolean
;
webFramework
:
"vite"
|
"nextjs"
|
"custom"
;
}
Index
Properties
api
Prefix?
api
Routes?
build?
mode
ssr?
web
Framework
Properties
Optional
api
Prefix
apiPrefix
?:
string
Optional
api
Routes
apiRoutes
?:
string
Optional
build
build
?:
{
basePath
?:
string
;
outDir
?:
string
}
mode
mode
:
"spa"
|
"bff"
Optional
ssr
ssr
?:
boolean
web
Framework
webFramework
:
"vite"
|
"nextjs"
|
"custom"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
api
Prefix
api
Routes
build
mode
ssr
web
Framework
Teleforge API Reference - v0.1.0
Loading...
Describes the runtime behavior and framework wiring for a Teleforge application.