Files
Phraseanet/Phraseanet-production-client/config/config.js
Aina Sitraka 6fb6f047f4 PHRAS-3669 A story can refer record-id's from another dbox (#4014)
* fix creation story

* update version js

* fix

* fix delete story

* add alert if multiple databox

* fix create story

* block create story from different databox

* disable checkbox on multiple databox
2022-05-12 15:47:11 +02: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: 54
};