Getting Started
Authoring
Access Control
Reference
-
- Overview
-
- Overview
- collection
- collection/client
- collection/schemas
- manifest/context
- manifest/parse
- manifest/types
- remote
- remote/collection\_wire\_schemas
- remote/sveltekit-guard.server
- runtime/binding
- scope/types
- seed/authoring
- seed/execute
- seed/manifest
- seed/plan
- storage/minio
- system/collections
- system/column\_names
- system/types
- system/workspace-schema
- tenant\_db/bootstrap
- tenant\_db/neon-branch-utils
- tenant\_db/neon-provider
- tenant\_db/provider
- tenant\_db/schema
- tenant\_workspace
- tenant\_workspace/build-output
- tenant\_workspace/migrations/apply
- tenant\_workspace/migrations/errors
- tenant\_workspace/migrations/generate
- tenant\_workspace/migrations/read
- tenant\_workspace/source
Examples
tenant\_workspace/build-output
tenant_workspace/build-output
Variables
CHECKPOINT_BUILD_FORMAT
const CHECKPOINT_BUILD_FORMAT: "vite-1" = 'vite-1';Defined in: platform-utils/src/tenant_workspace/build-output.ts:2
Cache namespace for the filesystem-authored Vite checkpoint contract.
CHECKPOINT_BUILD_REQUIRED_PATHS
const CHECKPOINT_BUILD_REQUIRED_PATHS: readonly ["dist/index.html", "dist/pod-runtime.js", "dist/invoke-request.mjs", "output/server/index.js", "schema-functions.sql", "schema-post-ddl.sql"];Defined in: platform-utils/src/tenant_workspace/build-output.ts:4
Functions
staticAssetContentType()
function staticAssetContentType(filePath): string;Defined in: platform-utils/src/tenant_workspace/build-output.ts:14
Content-Type for a checkpoint static asset based on its file extension.
Parameters
| Parameter | Type |
|---|---|
filePath |
string |
Returns
string