mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
3fcdba9c1f
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
module.exports = {
|
|
vueFiles: "./src/**/*.?(ts|js|vue)",
|
|
languageFiles: "./src/i18n/en_US.json",
|
|
output: false,
|
|
add: true,
|
|
remove: false,
|
|
ci: false,
|
|
separator: ".",
|
|
};
|