Skip to content

Commit

Permalink
Merge pull request #1291 from andrew-bierman/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
taronaleksanian authored Oct 8, 2024
2 parents 857a8e0 + f6f42ad commit 3372a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-wrangler-toml-and-dotenv/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ inputs:
DB_ID:
description: 'The database ID'
required: true
MIGRATIONS_PATH:
description: 'Migrations path'
required: true
GOOGLE_CLIENT_ID:
description: 'Google Client ID'
required: true
Expand Down
4 changes: 0 additions & 4 deletions server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ app.use('*', async (c, next) => {
return corsMiddleware(c, next);
});

// SETUP LOGGING
// tRPC is already logging requests, but you can add your own middleware
// app.use('*', logger());

// SETUP TRPC SERVER
app.use(`${TRPC_API_ENDPOINT}/*`, honoTRPCServer({ router: appRouter }));

Expand Down

0 comments on commit 3372a4e

Please sign in to comment.