Skip to content

Commit

Permalink
feat: private dir (#514)
Browse files Browse the repository at this point in the history
* wip: config.privateDir and rscPrivatePlugin

* wip: update examples and fix plugin

* vercel output

* dereference in vercel output

* externalize node:* anyway

* netlify output

* run prettier

* use private dir in website

* oops
  • Loading branch information
dai-shi authored Feb 23, 2024
1 parent 4400750 commit f2f0cb0
Show file tree
Hide file tree
Showing 24 changed files with 2,673 additions and 2,611 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ Waku projects can be deployed to Netlify with the [Netlify CLI](https://docs.net

```
npm run build -- --with-netlify
netlify deploy --dir=dist/public
netlify deploy
```

#### Pure SSG
Expand Down
Loading

0 comments on commit f2f0cb0

Please sign in to comment.