mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
added start message for dev server
This commit is contained in:
10
pre-start.cjs
Normal file
10
pre-start.cjs
Normal file
@@ -0,0 +1,10 @@
|
||||
const { commit } = require('./app/commit.json');
|
||||
|
||||
console.log(`
|
||||
★═══════════════════════════════════════★
|
||||
B O L T . D I Y
|
||||
⚡️ Welcome ⚡️
|
||||
★═══════════════════════════════════════★
|
||||
`);
|
||||
console.log('📍 Current Commit Version:', commit);
|
||||
console.log('★═══════════════════════════════════════★');
|
||||
Reference in New Issue
Block a user