1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-19 09:38:31 +03:00

Change var name

This commit is contained in:
John Otander 2017-11-10 08:56:04 -07:00
parent e689dc1f7a
commit 81ebf9a27c

View File

@ -59,7 +59,7 @@ const start = async (filename, options, config) => {
devOptions.contentBase = path.dirname(filename) // process.cwd()
if (proxy) {
opts.proxy = {
devOptions.proxy = {
[proxyPath]: proxy
}
}