0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

test: fix regression (#11873)

* test: fix regression

* lock file
This commit is contained in:
Emanuele Stoppa 2024-08-29 16:00:38 +01:00 committed by GitHub
parent e311cc02f3
commit 342b9a9fd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -3,4 +3,8 @@ import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
output: 'server',
// we stub actions coming from another domain for testing purposes
security: {
checkOrigin: false
}
});

View file

@ -627,6 +627,9 @@ importers:
fast-glob:
specifier: ^3.3.2
version: 3.3.2
fastq:
specifier: ^1.17.1
version: 1.17.1
flattie:
specifier: ^1.1.1
version: 1.1.1