We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6edad1 commit 9fc485aCopy full SHA for 9fc485a
1 file changed
apps/web/vercel.ts
@@ -30,7 +30,7 @@ export const config: VercelConfig = {
30
deploymentEnabled: false,
31
},
32
installCommand:
33
- "npm install -g vite-plus && vp install --filter '@t3tools/contracts' --filter '@t3tools/client-runtime' --filter '@t3tools/scripts' --filter '@t3tools/web'",
+ "npm install -g vite-plus && vp install --filter '@t3tools/scripts...' --filter '@t3tools/web...'",
34
routes: [
35
{
36
src: "/__t3code/channel",
0 commit comments