Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jahands committed Sep 17, 2024
1 parent 06f11ca commit e679f82
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# Workers Monorepo Example
# Workers Packages

For tasks to work with Mise, add this to ~/.zprofile:

```shell
eval "$($HOME/.local/bin/mise activate zsh --shims)"
```

## How To Deploy

Ensure deps are installed:

```shell
pnpm install
```

```shell
pnpm turbo deploy
```
A collection of packages for Cloudflare Workers
1 change: 1 addition & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@repo/eslint-config",
"version": "0.1.11",
"private": true,
"license": "MIT",
"sideEffects": false,
"files": [
"remix.cjs",
Expand Down
1 change: 1 addition & 0 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@repo/tools",
"version": "0.6.2",
"private": true,
"license": "MIT",
"sideEffects": false,
"directories": {
"bin": "bin"
Expand Down
1 change: 1 addition & 0 deletions packages/workers-tagged-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "workers-tagged-logger",
"version": "0.1.0",
"private": false,
"license": "MIT",
"author": {
"name": "Jacob Hands",
"url": "https://npmjs.com/packages/workers-tagged-logger"
Expand Down

0 comments on commit e679f82

Please sign in to comment.