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
2023-07-10 17:09:35 +02:00

14 lines
255 B
JavaScript

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