13 lines
130 B
Python
13 lines
130 B
Python
module.exports = {
|
|
'/': [
|
|
'@web/**',
|
|
'ui/',
|
|
],
|
|
|
|
'ui/': [
|
|
'@web/**',
|
|
'geometry.ts',
|
|
'entries.ts',
|
|
]
|
|
};
|