Zion Boggan
repos/TreeTrace/src/config.js
zionboggan.com ↗
4 lines · javascript
History for this file →
1
export const REPO_URL =
2
  process.env.TREETRACE_REPO_URL || 'https://github.com/TreeTraceTool/TreeTrace';
3
 
4
export const SCHEMA_VERSION = '0.3';