mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Versioned docs, apparently. Clarify their limitations
This commit is contained in:
parent
6bd2c1b085
commit
577277f537
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ The project config resides in the `wails.json` file in the project directory. Th
|
|||
"reloaddirs": "",
|
||||
// The directory where the build files reside. Defaults to 'build'
|
||||
"build:dir": "",
|
||||
// Relative path to the frontend directory. Defaults to 'frontend'. If this value does not match an embed directive in your code, 'wails build' will attempt to copy built files to 'frontend/dist'. Either ensure your embed directive matches this or use 'frontend/dist' for your embed directive
|
||||
// Relative path to the frontend directory. Defaults to 'frontend'. Ensure your embed directive matches this. Frontends outside the project directory are unsupported
|
||||
"frontend:dir": "",
|
||||
// The command to install node dependencies, run in the frontend directory - often `npm install`
|
||||
"frontend:install": "",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ The project config resides in the `wails.json` file in the project directory. Th
|
|||
"build:dir": "",
|
||||
// Additional tags to include at build time regardless of environment
|
||||
"build:tags": "",
|
||||
// Relative path to the frontend directory. Defaults to 'frontend'. If this value does not match an embed directive in your code, 'wails build' will attempt to copy built files to 'frontend/dist'. Either ensure your embed directive matches this or use 'frontend/dist' for your embed directive
|
||||
// Relative path to the frontend directory. Defaults to 'frontend'. Ensure your embed directive matches this. Frontends outside the project directory are unsupported
|
||||
"frontend:dir": "",
|
||||
// The command to install node dependencies, run in the frontend directory - often `npm install`
|
||||
"frontend:install": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue