-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
You mention in the known issues that there is no clean way to require submodules without referencing the full path.
This code works so could the readme be amended to include it
var usergridModulePath = require('path').dirname(require.resolve('usergrid'));
var UserGridEntity = require(usergridModulePath + '/lib/entity')
var UsergridQuery = require(usergridModulePath + '/lib/query')
Metadata
Metadata
Assignees
Labels
No labels