bolt.diy/pre-start.cjs

10 lines
567 B
JavaScript
Raw Permalink Normal View History

2024-12-12 18:43:11 +00:00
const { commit } = require('./app/commit.json');
console.log(`
B O L T . D I Y
Welcome
`);
console.log('📍 Current Commit Version:', commit);
console.log('★═══════════════════════════════════════★');