Skip to content

Commit

Permalink
Exclude houdini dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 14, 2024
1 parent 7e72ff3 commit 119359f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kitsune-fe/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export default ts.config(
}
},
{
ignores: ['build/', '.svelte-kit/', 'dist/']
ignores: ['build/', '.svelte-kit/', 'dist/', '$houdini/']
}
);
2 changes: 1 addition & 1 deletion kitsune-fe/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HoudiniClient, getClientSession } from '$houdini';
import { HoudiniClient } from '$houdini';
import { houdiniPlugin as authPlugin } from '$lib/oauth/auth.svelte';

export default new HoudiniClient({
Expand Down

0 comments on commit 119359f

Please sign in to comment.