@astrojs/node
Advanced tools
Comparing version 0.1.4 to 0.1.5
# @astrojs/node | ||
## 0.1.5 | ||
### Patch Changes | ||
- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes | ||
* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages | ||
## 0.1.4 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@astrojs/node", | ||
"description": "Deploy your site to a Node.js server", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"type": "module", | ||
@@ -14,2 +14,5 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"keywords": [ | ||
"astro-adapter" | ||
], | ||
"bugs": "https://github.com/withastro/astro/issues", | ||
@@ -26,3 +29,3 @@ "homepage": "https://astro.build", | ||
"devDependencies": { | ||
"astro": "1.0.0-beta.64", | ||
"astro": "1.0.0-beta.65", | ||
"astro-scripts": "0.0.6" | ||
@@ -29,0 +32,0 @@ }, |
@@ -46,3 +46,3 @@ # @astrojs/node 🔲 | ||
After [performing a build](https://docs.astro.build/en/guides/deploy/#building-the-app) there will be a `dist/server/entry.mjs` module that exposes a `handler` function. This works like a [middleware](https://expressjs.com/en/guide/using-middleware.html) function: it can handle incoming requests and respond accordingly. | ||
After [performing a build](https://docs.astro.build/en/guides/deploy/#building-your-site-locally) there will be a `dist/server/entry.mjs` module that exposes a `handler` function. This works like a [middleware](https://expressjs.com/en/guide/using-middleware.html) function: it can handle incoming requests and respond accordingly. | ||
@@ -49,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
14547