mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
10 lines
567 B
JavaScript
10 lines
567 B
JavaScript
|
const { commit } = require('./app/commit.json');
|
|||
|
|
|||
|
console.log(`
|
|||
|
★═══════════════════════════════════════★
|
|||
|
B O L T . D I Y
|
|||
|
⚡️ Welcome ⚡️
|
|||
|
★═══════════════════════════════════════★
|
|||
|
`);
|
|||
|
console.log('📍 Current Commit Version:', commit);
|
|||
|
console.log('★═══════════════════════════════════════★');
|