UNPKG

185 BJavaScriptView Raw
1/*!
2 * Copyright (c) 2012-2018 Digital Bazaar, Inc. All rights reserved.
3 */
4'use strict';
5
6const bedrock = require('./lib/bedrock');
7
8// run with development defaults
9bedrock.start();