Skip to content

Commit d2ac8fd

Browse files
committed
docs(pack): suggest vp env use 26 for the exe SEA build
Node 26 is the version the exe targets default to and clears the 25.7 SEA floor; `vp env use 25` could resolve below it.
1 parent a279007 commit d2ac8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/pack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineConfig({
6060

6161
Executable support is bundled into Vite+, so you do not need to install `@tsdown/exe` separately.
6262

63-
Building executables uses Node's [Single Executable Applications](https://nodejs.org/api/single-executable-applications.html) support and requires Node.js 25.7.0 or later. Switch the active runtime with `vp env use 25` if `vp pack --exe` reports an unsupported version.
63+
Building executables uses Node's [Single Executable Applications](https://nodejs.org/api/single-executable-applications.html) support and requires Node.js 25.7.0 or later. Switch the active runtime with `vp env use 26` if `vp pack --exe` reports an unsupported version.
6464

6565
See the official [tsdown executable docs](https://tsdown.dev/options/exe#executable) for details about configuring custom file names, embedded assets, and cross-platform targets.
6666

0 commit comments

Comments
 (0)