Files
Phraseanet/Phraseanet-production-client/config/config.js
Aina Sitraka 8c1f035dac PHRAS-3596 Prod - Expose client - filtering expose and more change due to ps expose refactoring (#4196)
* expose client capabilities

* some ux improve

* some fix

* editable filter

* add enable information
2022-12-20 16:17:18 +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: 76
};