Compare commits

..

No commits in common. "ai-dev" and "master" have entirely different histories.

5 changed files with 4 additions and 19 deletions

5
.gitignore vendored
View File

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

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{}

View File

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

View File

@ -1,9 +0,0 @@
[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"