13 lines
190 B
TypeScript
13 lines
190 B
TypeScript
export const development = {
|
|
watchDirs: [
|
|
'app',
|
|
'lib',
|
|
'service',
|
|
'config',
|
|
'app.ts',
|
|
'agent.ts',
|
|
'interface.ts',
|
|
],
|
|
overrideDefault: true,
|
|
};
|