Skip to content

Commit

Permalink
Revert "Victor/feature/withdraw usdc" (#10)
Browse files Browse the repository at this point in the history
Revert "Victor/feature/withdraw usdc (#8)"

This reverts commit f509edc.
vihsonic authored Dec 11, 2024
1 parent f509edc commit c37f196
Showing 106 changed files with 2,668 additions and 18,585 deletions.
Empty file removed .env.example
Empty file.
12 changes: 2 additions & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
{
"extends": [
"next/core-web-vitals",
"typescript"
],
"rules": {
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-require-imports": "off"
}
}
"extends": ["next/core-web-vitals", "next/typescript"]
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ yarn-debug.log*
yarn-error.log*

# env files (can opt-in for committing if needed)
.env
.env*

# vercel
.vercel
4 changes: 0 additions & 4 deletions next.config.js

This file was deleted.

7 changes: 7 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
};

export default nextConfig;
Loading

0 comments on commit c37f196

Please sign in to comment.