Skip to content

Commit

Permalink
chore: log env
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jun 11, 2024
1 parent 29e0737 commit 93ebe0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const SERVER_HOST = process.env.SERVER_HOST;
const SERVER_PORT = process.env.SERVER_PORT;
const SERVER_PROTOCOL = process.env.SERVER_PROTOCOL ?? 'http'; // http or https

console.log(`ENV:`, process.env);

console.log(`BUILD:`, SERVER_HOST, SERVER_PORT, SERVER_PROTOCOL);

// Analytics Engines
Expand Down

0 comments on commit 93ebe0e

Please sign in to comment.