This commit is contained in:
g
2025-02-07 04:43:14 +00:00
parent 5f6a2f70c7
commit d3e19c7e09
4 changed files with 3939 additions and 1 deletions

3
.eslintrc.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
}

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.bin/

3899
.package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
# ember-market-frontend