This repository has been archived on 2023-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
ARCHIVED-learn/houdini.config.js

14 lines
255 B
JavaScript
Raw Permalink Normal View History

2023-07-10 15:09:35 +00:00
/// <references types="houdini-svelte">
/** @type {import('houdini').ConfigFile} */
const config = {
"watchSchema": {
"url": "https://data.andert.me/graphql"
},
"plugins": {
"houdini-svelte": {}
}
}
export default config