bolt.new-any-llm/pre-start.cjs
2024-12-13 00:13:11 +05:30

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