Skip to content

Commit

Permalink
fix: working changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nolostra committed Sep 20, 2024
1 parent b43ecd2 commit 01b27aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ services:
- 5555:5555

volumes:
postgres-data:
postgres-data:
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import createJiti from "jiti";
const jiti = createJiti(fileURLToPath(import.meta.url));

// Import env here to validate during build. Using jiti we can import .ts files :)
jiti("./src/env");
jiti("./src/env/client");
jiti("./src/env/server");

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand Down

0 comments on commit 01b27aa

Please sign in to comment.