Skip to content

Commit

Permalink
Merge pull request #420 from utkwdn/new-faust
Browse files Browse the repository at this point in the history
New faust
  • Loading branch information
naylormar committed Sep 19, 2023
2 parents 34f795c + eacbe6f commit 9c2f118
Show file tree
Hide file tree
Showing 79 changed files with 39,670 additions and 92,505 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": ["next/core-web-vitals", "prettier"],
"ignorePatterns": ["fragment-masking.ts"],
"overrides": [
{
"files": ["**/*.ts", "**/*.tsx"],
Expand Down
18 changes: 18 additions & 0 deletions codegen.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { CodegenConfig } from '@graphql-codegen/cli';

const config: CodegenConfig = {
schema: `https://devcontent.cms.utk.edu/graphql`,
documents: ['src/**/*.{tsx,ts}'],
generates: {
'./src/__generated__/': {
preset: 'client',
plugins: [],
presetConfig: {
gqlTagName: 'gql',
},
},
},
ignoreNoDocuments: true,
};

export default config;
20 changes: 0 additions & 20 deletions gqty.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { withFaust } = require('@faustjs/next');
const { withFaust } = require('@faustwp/core');

// Wiring up Redirection plugin to work with Next
async function fetchWordPressRedirects() {
Expand Down
Loading

1 comment on commit 9c2f118

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
utk-atlas development https://h7…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

Please sign in to comment.