Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Nov 19, 2020
1 parent 70e83be commit 14a8e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

> What's ESR? Think of SSR (Server Side Rendering) in CDN nodes instead of actual servers. This is possible today thanks to [Cloudflare Workers](https://workers.cloudflare.com/) (and maybe some other platforms in the near future).
Even though running it at the edge is ideal, it is actually compatible with any Node environment.

See a demo [here](https://vitedge.zable.workers.dev/). Full code example [here](./example).

**Current status:** Dev, build and edge caching work. Needs typings and improving Commonjs <> ESM compatibility.
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitedge",
"version": "0.1.0",
"description": "Vite for edge-side-rendering in Cloudflare Workers",
"version": "0.2.0",
"description": "Vite for edge side rendering",
"main": "./entry-server.js",
"type": "module",
"repository": {
Expand Down

0 comments on commit 14a8e12

Please sign in to comment.