Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
08ec2fa
add version 2
gloriababic Jan 22, 2025
b60c41b
add bun version
gloriababic Jan 22, 2025
361e93f
add api folder
gloriababic Jan 22, 2025
a409a36
change runtime
gloriababic Jan 22, 2025
8dddc91
add build script to package
gloriababic Jan 22, 2025
4a09187
remove bun
gloriababic Jan 22, 2025
9293523
change runtime
gloriababic Jan 22, 2025
529a352
feat[web-27]: use vercel req and res
gloriababic Jan 23, 2025
d91721d
feat[web-27]: fix env and types
gloriababic Jan 23, 2025
7b6bd06
feat[web-27]: fix module
gloriababic Jan 23, 2025
f100291
feat[web-27]: remove runtime version
gloriababic Jan 23, 2025
cd89fe3
feat[web-27]: set headers earlier
gloriababic Jan 23, 2025
282631c
feat[web-27]: change contact url
gloriababic Jan 23, 2025
6118abd
fix[web-27]: console log env
gloriababic Jan 23, 2025
c5d240a
fix[web-27]: console log env
gloriababic Jan 23, 2025
bea3b98
fix[web-27]: change env name
gloriababic Jan 23, 2025
f821c0d
fix[web-27]: add rewrite
gloriababic Jan 23, 2025
428c110
fix[web-27]: add server proxy
gloriababic Jan 23, 2025
f361975
fix[web-27]: add server proxy
gloriababic Jan 23, 2025
0007188
fix[web-27]: console log env
gloriababic Jan 23, 2025
4f51750
fix[web-27]: console log env
gloriababic Jan 23, 2025
b5fc7ed
fix[web-27]: addd api url directly
gloriababic Jan 23, 2025
9d0b84e
fix[web-27]: fix cors
gloriababic Jan 23, 2025
34a97a2
fix[web-27]: fix headers
gloriababic Jan 23, 2025
4ab6928
fix[web-27]: fix options method
gloriababic Jan 23, 2025
6774269
fix[web-27]: fix headers
gloriababic Jan 23, 2025
8b1ea8b
fix[web-27]: fix headers
gloriababic Jan 23, 2025
d61c3a5
update vercel
davidabram Jan 23, 2025
dd13cbc
rebase
gloriababic Feb 7, 2025
a55db54
changed api url
sesar002 Feb 12, 2025
8eb7863
removed /api
sesar002 Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 19 additions & 22 deletions apps/contact/.gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,38 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
# Dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage
.pnp.js

# next.js
/.next/
/out/
# Testing
/coverage

# production
/build
# Production
build
dist

# misc
# Misc
.DS_Store
*.pem

# debug
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*
# Local ENV files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
# Vercel
.vercel

# Turborepo
.turbo

# typescript
*.tsbuildinfo
next-env.d.ts
.env*.local
36 changes: 0 additions & 36 deletions apps/contact/README.md

This file was deleted.

Loading