custom_open_tabs.js 517 B

12345678910111213141516171819
  1. module.exports = {
  2. isIgnore: false,
  3. isCustom: true,
  4. groups: [
  5. [
  6. { relPath: 'readme.md', groupId: 1 },
  7. { relPath: 'package.json', groupId: 1 },
  8. // { relPath: 'EXT/package.json', groupId: 1 },
  9. // { relPath: 'nginx.md', groupId: 1 },
  10. { url: 'https://itrum.ru', groupId: 3 },
  11. { url: 'https://itk.academy', groupId: 3 }
  12. ],
  13. [
  14. // { relPath: 'custom_settings.json', groupId: 1 },
  15. { url: 'http://localhost:5000', groupId: 3 },
  16. ]
  17. ]}