File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "scripts" : {
77 "start:server" : " python3 serve.py" ,
88 "start:mcp-server" : " cd ../simple-server && npm install && npm run start" ,
9- "start:proxy" : " python3 proxy/ serve.py" ,
9+ "start:proxy" : " python3 serve.py" ,
1010 "build" : " concurrently 'INPUT=example-host.html vite build' 'INPUT=example-host-react.html vite build' 'INPUT=sandbox.html vite build'" ,
1111 "server" : " bun server.ts" ,
1212 "start" : " NODE_ENV=development npm run build && concurrently 'npm run start:server' 'npm run start:mcp-server' 'npm run start:proxy'"
Original file line number Diff line number Diff line change 2323 " dist"
2424 ],
2525 "scripts" : {
26- "start" : " cd examples/example -host && npm i && npm start" ,
26+ "start" : " cd examples/simple -host && npm i && npm start" ,
2727 "build" : " bun build.bun.ts" ,
2828 "prepare" : " npm run build" ,
2929 "prettier:base-cmd" : " prettier -u --ignore-path ./.gitignore --ignore-path ./.prettierignore" ,
You can’t perform that action at this time.
0 commit comments