mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This further gets rid of all environment checks, keeping it simple no longer support environments
13 lines
431 B
JavaScript
13 lines
431 B
JavaScript
export const PUBLIC = '-public'
|
|
export const PRIVATE = '-private'
|
|
export const CLIENT = '-client'
|
|
export const SERVER = '-server'
|
|
export const PACKAGE = '-pkg'
|
|
export const TEST = '-test'
|
|
export const NODE_MODULE = '-node_module'
|
|
export const UNIVERSAL = '-universal'
|
|
export const PACKAGE_CONFIG = '-pkg-cfg'
|
|
export const MOBILE_CONFIG = '-mobile-cfg'
|
|
export const COMPATIBILITY = '-compat'
|
|
export const NON_METEOR = '-non-meteor'
|