This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

semble / vercel.json
121 B 5 lines
1{ 2 "buildCommand": "npm run build:webapp", 3 "outputDirectory": "src/webapp/.next", 4 "installCommand": "npm install" 5}