restore pnpm workspace and update readme
This commit is contained in:
@@ -24,7 +24,7 @@ All this without having to handle webhooks, upgrades/downgrades, cancellations o
|
||||
|
||||
**Self Hosted**: If you'd like to self-host Autumn:
|
||||
|
||||
1. Make sure you have `node.js` and `bun` installed
|
||||
1. Make sure you have `bun` installed
|
||||
2. Install the project dependencies
|
||||
```bash
|
||||
bun install
|
||||
|
||||
14
pnpm-workspace.yaml
Normal file
14
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
packages:
|
||||
- shared
|
||||
- server
|
||||
- vite
|
||||
onlyBuiltDependencies:
|
||||
- '@clerk/shared'
|
||||
- '@tailwindcss/oxide'
|
||||
- core-js
|
||||
- esbuild
|
||||
- iframe-resizer
|
||||
- msgpackr-extract
|
||||
- protobufjs
|
||||
- puppeteer
|
||||
- sharp
|
||||
Reference in New Issue
Block a user