mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
55ddb2ba48
* fix(app/node): include `x-forwarded-port` header in url * add changeset * add test
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"name": "@test/url",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/node": "workspace:*"
|
|
}
|
|
}
|