mirror of
https://github.com/standardnotes/app.git
synced 2026-01-16 23:01:30 +00:00
feat: allow devServer writing to disk from the command line
This commit is contained in:
parent
80d62489eb
commit
337589b7e9
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ module.exports = (env, argv) => {
|
|||
},
|
||||
},
|
||||
port,
|
||||
writeToDisk: argv.writeToDisk,
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue