There was an error while loading. Please reload this page.
1 parent 686369a commit 7adad07Copy full SHA for 7adad07
2 files changed
packages/create-mcp-use-app/.gitignore
@@ -1,7 +1,7 @@
1
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3
# Dependencies
4
-*.tsbuildinfo
+tsconfig.tsbuildinfo
5
dist/
6
node_modules/
7
.pnp
packages/create-mcp-use-app/package.json
@@ -6,8 +6,8 @@
"create-mcp-use-app": "./dist/index.js"
},
8
"scripts": {
9
- "build": "tsc",
10
- "dev": "tsc --watch",
+ "build": "tsc --build",
+ "dev": "tsc --build --watch",
11
"test": "vitest",
12
"lint": "eslint ."
13
0 commit comments