mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-03 16:42:42 +03:00
Add no-browser setting to start react dev server
This commit is contained in:
parent
147847f729
commit
22bcf3ac5a
@ -30,7 +30,7 @@ const reactjs: Recipe = {
|
||||
...cfg,
|
||||
distDir: `../${uiAppDir}/build`,
|
||||
devPath: 'http://localhost:3000',
|
||||
beforeDevCommand: `yarn --cwd ${uiAppDir} start`,
|
||||
beforeDevCommand: `BROWSER=none yarn --cwd ${uiAppDir} start`,
|
||||
beforeBuildCommand: `yarn --cwd ${uiAppDir} build`
|
||||
}),
|
||||
extraNpmDevDependencies: ['create-react-app'],
|
||||
|
Loading…
Reference in New Issue
Block a user