Skip to content

Commit

Permalink
Merge pull request #15372 from mozilla/fix-gql-startup
Browse files Browse the repository at this point in the history
bug(admin,gql): Fix startup behavior in dev mode
  • Loading branch information
dschom authored May 24, 2023
2 parents f8b2d23 + 5ec03ca commit c7d9e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions packages/fxa-admin-server/nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
"**/*.gql"
],
"assets": ["**/*.gql"],
"watchAssets": true
}
},
"entryFile": "src/packages/admin-server/main.js"
}
3 changes: 2 additions & 1 deletion packages/fxa-graphql-api/nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"entryFile": "packages/fxa-graphql-api/src/main.js"
}

0 comments on commit c7d9e3e

Please sign in to comment.