Ecommerce chatbot

This commit is contained in:
Flatlogic Bot 2025-06-06 07:58:44 +00:00
parent 29a8cf23ad
commit dc5fa09fce
5 changed files with 19 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{}

View File

@ -53,6 +53,7 @@
"swr": "^1.3.0",
"uuid": "^9.0.0"
},
"@netlify/plugin-nextjs": "^4.11.0",
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",

9
netlify.toml Normal file
View File

@ -0,0 +1,9 @@
[build]
base = "frontend"
[[plugins]]
package = "@netlify/plugin-nextjs"
[build.environment]
# Cloud Run backend endpoint
NEXT_PUBLIC_BACK_API = "https://tanmay-singh-32043-dev-lnm5nd2pia-uc.a.run.app"