run demo app serverless

This commit is contained in:
Fredrik Jensen 2025-12-06 16:53:35 +01:00
parent 02a638e05b
commit 3b7d158218
2 changed files with 6 additions and 0 deletions

3
package-lock.json generated
View File

@ -12,6 +12,9 @@
],
"devDependencies": {
"typescript": "^5.6.3"
},
"optionalDependencies": {
"@esbuild/linux-x64": "^0.25.0"
}
},
"node_modules/@babel/code-frame": {

View File

@ -12,6 +12,9 @@
"start:inspector": "npm run dev --workspace=@mcp-ui-kit/inspector",
"publish:library": "npm publish --workspace=packages/library"
},
"optionalDependencies": {
"@esbuild/linux-x64": "^0.25.0"
},
"devDependencies": {
"typescript": "^5.6.3"
}