Skip to content

Commit

Permalink
No longer needed for recent faust version
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Oct 17, 2023
1 parent 954da97 commit c45bde9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions faust.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import TempPersistedQueriesFixPlugin from './plugins/TempPersistedQueriesFixPlug
export default setConfig({
templates,
experimentalPlugins: [
new TempPersistedQueriesFixPlugin(),
new PersistedQueriesPlugin(),
// new TempPersistedQueriesFixPlugin(),
// new PersistedQueriesPlugin(),
],
usePersistedQueries: true,
possibleTypes,
})

0 comments on commit c45bde9

Please sign in to comment.