File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 88 "scripts" : {
99 "deploy" : " npm run build && wrangler pages deploy" ,
1010 "build" : " remix vite:build" ,
11- "dev" : " remix vite:dev" ,
11+ "dev" : " node pre-start.cjs; remix vite:dev" ,
1212 "test" : " vitest --run" ,
1313 "test:watch" : " vitest" ,
1414 "lint" : " eslint --cache --cache-location ./node_modules/.cache/eslint app" ,
131131 "@typescript-eslint/utils" : " ^8.0.0-alpha.30"
132132 },
133133 "packageManager" :
" [email protected] " 134- }
134+ }
Original file line number Diff line number Diff line change 1+ const { commit } = require ( './app/commit.json' ) ;
2+
3+ console . log ( `
4+ ★═══════════════════════════════════════★
5+ B O L T . D I Y
6+ ⚡️ Welcome ⚡️
7+ ★═══════════════════════════════════════★
8+ ` ) ;
9+ console . log ( '📍 Current Commit Version:' , commit ) ;
10+ console . log ( '★═══════════════════════════════════════★' ) ;
You can’t perform that action at this time.
0 commit comments