[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-09 (世界標準時間)。"],[[["Node.js runtime defaults to executing `npm run build` if a `build` script exists in `package.json`, but you can implement custom build steps."],["To define a custom build process, include a `gcp-build` script in your `package.json` file, which will be executed instead of `npm run build`."],["To bypass the default `npm run build` execution, add an empty `gcp-build` script in `package.json` as `\"gcp-build\":\"\"`, or use the environment variable `GOOGLE_NODE_RUN_SCRIPTS` with an empty value."],["During custom build steps, dependencies from both `dependencies` and `devDependencies` in `package.json` are available, but afterwards, App Engine only installs production dependencies listed in `dependencies`."],["Static files generated or copied during custom build steps are not served directly by App Engine using `static_dir` or `static_files` in `app.yaml`, and accessing them will result in a `404 NOT FOUND` error."]]],[]]