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 944a521 commit 17ccbdfCopy full SHA for 17ccbdf
templates/monorepo/packages/server/package.json
@@ -9,6 +9,10 @@
9
"url": "<PLACEHOLDER>",
10
"directory": "packages/server"
11
},
12
+ "publishConfig": {
13
+ "access": "public",
14
+ "directory": "dist"
15
+ },
16
"scripts": {
17
"codegen": "build-utils prepare-v2",
18
"build": "pnpm build-esm && pnpm build-annotate && pnpm build-cjs && build-utils pack-v2",
0 commit comments