Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit a3b7bb6

Browse files
committed
fix #123: Cannot run server v1.0.0-rc.1
1 parent 5623cb5 commit a3b7bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/firebase-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cli.main(function (args, options) { // eslint-disable-line max-statements,comple
4545
debug.enable('firebase-server*');
4646
}
4747

48-
const FirebaseServer = require('../index.js');
48+
const FirebaseServer = require('../dist/index.js');
4949

5050
let rawData;
5151
if (options.file) {

0 commit comments

Comments
 (0)