mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
parent
e311cc02f3
commit
342b9a9fd1
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
});
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue