8 lines
123 B

4 years ago
module.exports = {
projects: [
'<rootDir>/apps/api',
'<rootDir>/apps/client',
'<rootDir>/libs/common'
4 years ago
]
};