bolt.diy / pre-start.cjs
codacus's picture
added start message for dev server
539389e
raw
history blame
567 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('β˜…β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β˜…');