We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a0ad8 commit 80b4ae0Copy full SHA for 80b4ae0
1 file changed
packages/sv/src/core/config.ts
@@ -21,7 +21,7 @@ export type Scripts = {
21
};
22
23
export type SvApi = {
24
- /** Add a package to the pnpm build dependencies. */
+ /** Add a package to the pnpm onlyBuiltDependencies. */
25
pnpmBuildDependency: (pkg: string) => void;
26
/** Add a package to the dependencies. */
27
dependency: (pkg: string, version: string) => void;
0 commit comments