mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
8cd38f0245
* fix(node): add user specified headers to preview server responses * docs: clarify comment * style: new line * test: remove test * chore: add changeset
9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"name": "@test/nodejs-preview-headers",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/node": "workspace:*"
|
|
}
|
|
}
|