[workbench] Use lightbulb_2 icon for thinking (#30303)

GitOrigin-RevId: 26346ce1f70ab419188bb9de503572e05d928ff9
This commit is contained in:
Alf Eaton
2025-12-17 12:03:55 +00:00
committed by Copybot
parent 82cb0e2839
commit ffd2b2120e
3 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export default /** @type {const} */ ([
'info',
'integration_instructions',
'lightbulb',
'lightbulb_2',
'lock',
'lock_open',
'more_vert',

View File

@@ -51,6 +51,7 @@
"routes": "bin/routes",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"build-unfilled-fonts": "node frontend/fonts/material-symbols/build-unfilled.mjs",
"precompile-pug": "node app/src/infrastructure/Views.mjs",
"local:nodemon": "set -a;. ../../config/dev-environment.env;. ./docker-compose.common.env;. ../../config/local-dev.env;. ./local-dev.env;. ../../config/local.env; set +a; echo $OVERLEAF_CONFIG; WEB_PORT=13000 LISTEN_ADDRESS=0.0.0.0 npm run nodemon",
"local:webpack": "set -a;. ../../config/dev-environment.env;. ./docker-compose.common.env;. ../../config/local-dev.env;. ./local-dev.env;. ../../config/local.env; set +a; PORT=13808 OVERLEAF_CONFIG=$(pwd)/config/settings.webpack.js npm run webpack",