bolt.diy / pre-start.cjs
kris1803's picture
Fixed console error for SettingsWIndow & Removed ts-nocheck where not needed
2064c83
raw
history blame
623 Bytes
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('β˜…β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β˜…');