rsnext/test/integration/with-electron/app/next.config.js
JJ Kasper 35258650ac
Update with-electron test (#24036)
* Use ssh for git regexr dependency

* remove .git from dep

* update

* update test

* update step

* update install

* remove dep temporarily

* remove extra change

* move deps to specific test
2021-04-15 10:21:32 -05:00

6 lines
114 B
JavaScript

const path = require('path')
const outdir = path.join(__dirname, 'out')
module.exports = {
basePath: outdir,
}