Versioned docs, apparently. Clarify their limitations

This commit is contained in:
Nifty255 2026-03-02 04:55:01 +09:00
commit 577277f537
2 changed files with 2 additions and 2 deletions

View file

@ -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": "",

View file

@ -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": "",