bolt.new/pre-start.cjs

11 lines
623 B
JavaScript
Raw 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(' Please wait until the URL appears here')
2024-12-12 18:43:11 +00:00
console.log('★═══════════════════════════════════════★');