Files
TexasPokerGame/server/src/config/config.local.ts
T
2020-04-17 23:38:34 +08:00

13 lines
190 B
TypeScript

export const development = {
watchDirs: [
'app',
'lib',
'service',
'config',
'app.ts',
'agent.ts',
'interface.ts',
],
overrideDefault: true,
};