This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/web/lage.config.js

33 lines
911 B
JavaScript
Raw Normal View History

2024-01-05 15:56:55 +00:00
module.exports = {
pipeline: {
"extract-locales": [],
"build-locales": [],
"build-locales:build": [],
"build-locales:repair": [],
"rollup:build": [],
"rollup:build-proxy": [],
"rollup:watch": [],
2024-01-09 17:04:02 +00:00
"build": ["^build"],
"build-proxy": [],
"watch": [],
"lint": [],
2024-01-05 15:56:55 +00:00
"lint:precommit": [],
"lint:spelling": [],
"lit-analyse": [],
"precommit": [],
"prequick": [],
"prettier-check": [],
"prettier": [],
"pseudolocalize:build-extract-script": [],
"pseudolocalize:extract": [],
"pseudolocalize": [],
"tsc:execute": [],
"tsc": [],
"storybook": [],
"storybook:build": [],
"storybook:build-import-map": [],
"storybook:build-import-map-script": [],
"storybook:run-import-map-script": [],
2024-01-05 15:56:55 +00:00
},
};