Skip to content

Commit 5f36f95

Browse files
committed
Adds Workflow
1 parent 592c378 commit 5f36f95

9 files changed

Lines changed: 10004 additions & 1 deletion

File tree

09-workers-ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cron Example
1+
# Workers AI Example
22

33
## How to Run
44

10-workflows/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Workflows Example
2+
3+
## How to Run
4+
5+
First ensure that `uv` is installed:
6+
https://docs.astral.sh/uv/getting-started/installation/#standalone-installer
7+
8+
Now, if you run `uv run pywrangler dev` within this directory, it should use the config
9+
in `wrangler.jsonc` to run the example.
10+
11+
You can also run `uv run pywrangler deploy` to deploy the example.

0 commit comments

Comments
 (0)