mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +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('★═══════════════════════════════════════★'); |