- itsm/ -> workspace/guardia-itsm/ - manager/ -> workspace/guardia-manager/ - app/ -> workspace/guardia-messenger/ - manual/ -> workspace/guardia-docs/ workspace/zioinfo-web/ unchanged. git mv preserves full commit history. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
module.exports =
|
|
{
|
|
parallel : require('./parallel.js'),
|
|
serial : require('./serial.js'),
|
|
serialOrdered : require('./serialOrdered.js')
|
|
};
|