feat: use yaml and envs to load config

This commit is contained in:
swve 2023-03-24 22:50:08 +01:00
parent 0782e2c419
commit dee9ae6cf3
8 changed files with 181 additions and 6 deletions

View file

@ -29,7 +29,7 @@
"@editor/*": ["components/Editor/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx","**/**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}