Files
Phraseanet/Phraseanet-production-client/config/config.js
Aina Sitraka 2579ee5668 PHRAS-3782 preview "train" keyboard navigation crashes on page-1 (#4182)
* fix navigation in train thumbnail

* update file version
2022-11-29 14:25:07 +01:00

18 lines
453 B
JavaScript

const _root = __dirname + '/../';
module.exports = {
// path helpers
_app: 'app',
minified: 'app.min.js',
dev: 'app.js',
eslintDir: _root + '.eslintrc',
distDir: _root + 'dist',
sourceDir: _root + 'src/',
testDir: _root + 'tests',
setupDir: _root + 'tests/setup/node.js',
karmaConf: _root + 'config/karma.conf.js',
// change this version when you change JS file for lazy loading
assetFileVersion: 74
};