-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow changing the Houdini generated output directory #1386
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: d161ec7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for houdini-docs-next canceled.
|
✅ Deploy Preview for houdinigraphql canceled.
|
uh-oh, can you add |
whoops |
Running |
b40a8e9
to
a834ec2
Compare
?? magic smoke
prevents accidentally using modern versions of these tools which breaks the project, also updates gitignore
sveltejs/kit#13002 blocks fixing the failing test properly but I can just switch the e2e to use the barrel exports. Let me know what you want done. I see a few major options on how to proceed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also update the documentation site to reflect the updated config structure.
this breaks whatever sveltekit is doing to detemine whether its a file/folder when the path contains a `.` character.
Tests should pass now that I've fixed the path resolving bug, and I've updated docs to the best of my knowledge, please let me know if I've done it wrong or if that docs page is somehow autogenerated. |
Fixes #391
Configurable output directory
This PR adds a config value to configure the output directory name for Houdini's generated files (
$houdini
) by default.TODO
cmd/init
to work properlyis_root_route
inhoudini-svelte/fsPatch
e2e
to use.houdini