mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
11 lines
623 B
JavaScript
11 lines
623 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(' Please wait until the URL appears here')
|
|
console.log('★═══════════════════════════════════════★'); |