bolt.new-any-llm/pre-start.cjs

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('★═══════════════════════════════════════★');