mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
144b6d7601
Also fixes the issue that specVersion 7 broke Python e2e test.
13 lines
235 B
JSON
13 lines
235 B
JSON
{
|
|
"name": "@workflow/example-python",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "uv run uvicorn app:app --port 3000"
|
|
},
|
|
"devDependencies": {
|
|
"workflow": "workspace:*"
|
|
}
|
|
}
|