allow any domain config setting

This commit is contained in:
mrjvs
2023-11-05 13:29:12 +01:00
parent 241b1b1f47
commit b1a79242aa
3 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { FragmentSchema } from '@/config/fragments/types';
export const devFragment: FragmentSchema = {
server: {
cors: 'http://localhost:5173',
allowAnySite: true,
trustProxy: true,
},
logging: {