Skip to content

Commit

Permalink
Comment out URL modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Mar 20, 2020
1 parent 2398c1b commit f6bc6c6
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 78 deletions.
2 changes: 0 additions & 2 deletions cli/develop.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const version = require('../src/version').version;
const chalk = require('chalk');
const generateWebpackConfig = require("../webpack.config.js").default;
const SUPPRESS = require('argparse').Const.SUPPRESS;
const i18next = require('i18next');

const addParser = (parser) => {
const description = `Launch auspice in development mode.
Expand Down Expand Up @@ -87,5 +86,4 @@ const run = (args) => {
module.exports = {
addParser,
run,
i18next
};
Loading

0 comments on commit f6bc6c6

Please sign in to comment.