Skip to content

Commit

Permalink
Add some verbose graphql log options
Browse files Browse the repository at this point in the history
  • Loading branch information
doombubbles committed Dec 16, 2024
1 parent b5e82b7 commit 952f2db
Show file tree
Hide file tree
Showing 8 changed files with 2,047 additions and 2,026 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build Server
on:
push:
branches: ['develop']
# tags: [ "*" ]
# branches: ['develop']
tags: [ "*" ]

jobs:
build-and-deploy-server:
Expand Down
6 changes: 3 additions & 3 deletions spellsource-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"postinstall": "yarn run patch-package",
"develop": "next dev",
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production next start -H 0.0.0.0",
"codegen": "graphql-codegen",
"scss": "typed-scss-modules src",
"openapi-ts": "openapi-ts"
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/server": "^4.9.4",
"@as-integrations/next": "^1.2.0",
"@as-integrations/next": "^3.2.0",
"@aws-sdk/client-s3": "^3.423.0",
"@graphile-contrib/pg-omit-archived": "^4.0.0-beta.2",
"@graphql-tools/stitch": "^8.7.43",
Expand Down
Loading

0 comments on commit 952f2db

Please sign in to comment.