We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dea581 commit b5e3094Copy full SHA for b5e3094
3 files changed
dev-packages/e2e-tests/test-applications/astro-5/astro.config.mjs
@@ -15,6 +15,9 @@ export default defineConfig({
15
}),
16
],
17
output: 'server',
18
+ security: {
19
+ allowedDomains: [{ hostname: 'localhost' }],
20
+ },
21
adapter: node({
22
mode: 'standalone',
23
package.json
@@ -125,7 +125,7 @@
125
"es-check": "^7.2.1",
126
"eslint": "8.57.0",
127
"jsdom": "^21.1.2",
128
- "lerna": "9.0.3",
+ "lerna": "8.2.4",
129
"madge": "8.0.0",
130
"nodemon": "^3.1.10",
131
"npm-run-all2": "^6.2.0",
0 commit comments