We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1babc7 commit 26c8a37Copy full SHA for 26c8a37
spx-gui/vercel-output-plugin.ts
@@ -2,7 +2,9 @@ import fs from 'node:fs/promises'
2
import path from 'node:path'
3
import type { Plugin, ResolvedConfig } from 'vite'
4
5
-// Generates the Vercel build output used by this static deployment.
+// 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.
8
9
type HeaderRule = {
10
source: string
0 commit comments