Skip to content

Commit 26c8a37

Browse files
committed
docs: clarify local Vercel output plugin scope
1 parent b1babc7 commit 26c8a37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spx-gui/vercel-output-plugin.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import fs from 'node:fs/promises'
22
import path from 'node:path'
33
import type { Plugin, ResolvedConfig } from 'vite'
44

5-
// Generates the Vercel build output used by this static deployment.
5+
// Generates the `.vercel/output` artifacts for this static deployment following
6+
// the Vercel Build Output API v3 spec: https://vercel.com/docs/build-output-api/v3
7+
// This plugin only emits static assets and config.json; it does not manage functions or edge outputs.
68

79
type HeaderRule = {
810
source: string

0 commit comments

Comments
 (0)