diff --git a/website/versioned_docs/version-v2.10/reference/project-config.mdx b/website/versioned_docs/version-v2.10/reference/project-config.mdx index b9a196e01..7b89f15d2 100644 --- a/website/versioned_docs/version-v2.10/reference/project-config.mdx +++ b/website/versioned_docs/version-v2.10/reference/project-config.mdx @@ -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": "", diff --git a/website/versioned_docs/version-v2.11.0/reference/project-config.mdx b/website/versioned_docs/version-v2.11.0/reference/project-config.mdx index 5134bd8fb..2fbfb2de6 100644 --- a/website/versioned_docs/version-v2.11.0/reference/project-config.mdx +++ b/website/versioned_docs/version-v2.11.0/reference/project-config.mdx @@ -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": "",