mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
15 lines
317 B
JavaScript
15 lines
317 B
JavaScript
export default {
|
|
PUBLIC: '-public',
|
|
PRIVATE: '-private',
|
|
CLIENT: '-client',
|
|
SERVER: '-server',
|
|
PACKAGE: '-pkg',
|
|
TEST: '-test',
|
|
NODE_MODULE: '-node_module',
|
|
UNIVERSAL: '-universal',
|
|
PACKAGE_CONFIG: '-pkg-cfg',
|
|
MOBILE_CONFIG: '-mobile-cfg',
|
|
COMPATIBILITY: '-compat',
|
|
NON_METEOR: '-non-meteor'
|
|
}
|