Skip to content

Commit

Permalink
Update src/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Aug 8, 2023
1 parent c640d29 commit 4e8ef09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
if (typeof VERSION === 'undefined') { var VERSION = 'local'; }
if (VERSION !== 'local') {
console.log(`3DStreet Version: ${VERSION} (Date: ${new Date(COMMIT_DATE).toISOString().split('T')[0]}, Commit Hash: #${COMMIT_HASH})`);
} else {
console.log('Running in local development environment');
}
var streetmixParsers = require('./aframe-streetmix-parsers');
var streetmixUtils = require('./tested/streetmix-utils');
Expand Down

0 comments on commit 4e8ef09

Please sign in to comment.