diff --git a/backend/package.json b/backend/package.json index 2e63f0e6..447a486e 100644 --- a/backend/package.json +++ b/backend/package.json @@ -10,7 +10,6 @@ "start:local": "npx nodemon", "start": "node dist/index.js", "build": "tsc", - "build:netlify" : "netlify-lambda build express", "docker:app:build": "docker build -t notes-app-be .", "docker:app:up": "docker run -p 5001:5001 notes-app-be", "docker:up": "docker-compose up -d", diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2a0ade88..5d3ec1e9 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -82,7 +82,6 @@ function App() { {connectionIssue && (