mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +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('★═══════════════════════════════════════★'); |