mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Integrate device database.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
var path = require('path')
|
||||
|
||||
// Export
|
||||
module.exports.root = function(target) {
|
||||
return path.resolve(__dirname, '../..', target)
|
||||
}
|
||||
|
||||
// Export
|
||||
module.exports.resource = function(target) {
|
||||
return path.resolve(__dirname, '../../res', target)
|
||||
|
||||
Reference in New Issue
Block a user