devss / pre-start.cjs
ZeroTraceX
Add application file
19706d8
raw
history blame contribute delete
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('β˜…β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β˜…');