Skip to content

Commit

Permalink
chore: log server
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jun 11, 2024
1 parent 7fb9067 commit f00b6de
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(`Server is located at: ${SERVER_PROTOCOL}://${SERVER_HOST}:${SERVER_PORT}`);

// Analytics Engines
const UMAMI_HOST = `umami.onekuma.cn`;
const UMAMI_ID = `a8602a4a-8d41-4df7-9797-5bd074785f2c`;
Expand Down

0 comments on commit f00b6de

Please sign in to comment.