Skip to content

Commit

Permalink
Deployed Backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Souviksamanta34 committed Oct 3, 2024
1 parent 6ca41e6 commit 3c1fc8c
Show file tree
Hide file tree
Showing 17 changed files with 15,572 additions and 101 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ yarn-debug.log*
yarn-error.log*

functions/firebase-debug.log

# Local Netlify folder
.netlify
32 changes: 15 additions & 17 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@
}
]
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
],
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint"
]
}
]
}
"functions": {
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
],
"predeploy": [
"echo 'Skipping linting...'" // Disable linting
]
}
}
28 changes: 0 additions & 28 deletions functions/.eslintrc.js

This file was deleted.

46 changes: 0 additions & 46 deletions functions/index.js

This file was deleted.

Loading

0 comments on commit 3c1fc8c

Please sign in to comment.