mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-13 00:10:05 +00:00
6 lines
114 B
CoffeeScript
6 lines
114 B
CoffeeScript
open = require('open')
|
|
resin = require('../resin')
|
|
|
|
exports.preferences = ->
|
|
open(resin.config.urls.preferences)
|