mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
09b299a03e
Turns `packages/core/e2e/e2e.test.ts` into a cross-language conformance suite and adds `workbench/python` as its first non-JavaScript subject. --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"name": "@workflow/example-python",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "uv run --no-config uvicorn app:app --port 3000"
|
|
},
|
|
"devDependencies": {
|
|
"workflow": "workspace:*"
|
|
}
|
|
}
|