Add '-' to comment
Summary: ^ Reviewed By: antonk52 Differential Revision: D50077998 fbshipit-source-id: d21b11c62798df934b0fa72eaf96c6a82f7f9436
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b898e349a2
commit
4554e27eca
@@ -93,7 +93,7 @@ if (os.platform() !== 'win32') {
|
||||
|
||||
const rootPath = argv.bundler
|
||||
? path.resolve(__dirname, '..', '..')
|
||||
: path.resolve(__dirname, '..'); // in pre packaged versions of the server, static is copied inside the package
|
||||
: path.resolve(__dirname, '..'); // In pre-packaged versions of the server, static is copied inside the package.
|
||||
const staticPath = path.join(rootPath, 'static');
|
||||
|
||||
async function start() {
|
||||
|
||||
Reference in New Issue
Block a user