/Users/naoyakusunoki/dev/Chatbot_Project ├── server.js ├── package.json ├── .next ├── webapp │ ├── app │ │ ├── page.js │ ├── package.json │ ├── postcss.config.js │ ├── next.config.mjs │ ├── public │ │ ├── unity │ │ │ ├── index.html │ │ │ ├── script.js │ │ │ ├── Build │ │ │ │ ├── testbuild.loader.js │ │ │ │ ├── testbuild.data.br │ │ │ │ ├── testbuild.framework.js.br │ │ │ │ ├── testbuild.wasm.br │ │ │ ├── TemplateData │ │ │ │ ├── favicon.ico │ │ │ │ ├── style.css │ ├── styles │ │ ├── globals.css