8000 Little Progress in Email · davinash97/davinash97.github.io@7bc1784 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7bc1784

Browse files
committed
Little Progress in Email
1 parent fb0f020 commit 7bc1784

File tree

9 files changed

+15306
-187
lines changed

9 files changed

+15306
-187
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
# Local Netlify folder
27+
.netlify

.vscode/launch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"name": "Launch netlify",
9+
"request": "launch",
10+
"type": "node",
11+
"runtimeExecutable": "netlify",
12+
"runtimeArgs": [
13+
"dev"
14+
]
15+
},
716
{
817
"name": "NPM launch",
918
"request": "launch",

netlify/functions/FormHandler.zip

347 KB
Binary file not shown.
101 KB
Binary file not shown.

0 commit comments

Comments
 (0)
0