mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-09 19:51:36 +02:00
Add args during build (#607)
This commit is contained in:
parent
297228692c
commit
986b055e11
4 changed files with 21 additions and 1 deletions
|
@ -10,6 +10,7 @@ const logBanner = () => {
|
|||
githubSponsor: 'codetheweb',
|
||||
madeByPrefix: 'Made with 🎶 by ',
|
||||
buildDate: process.env.BUILD_DATE ? new Date(process.env.BUILD_DATE) : undefined,
|
||||
commit: process.env.COMMIT_HASH ?? 'unknown',
|
||||
}).join('\n'));
|
||||
console.log('\n');
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue