Skip to content

Commit

Permalink
chore: ignore exports
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Mar 2, 2023
1 parent c4265e6 commit ed1f5df
Show file tree
Hide file tree
Showing 35 changed files with 4 additions and 312,504 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ yarn-error.log*
# typechain
typechain

# exports
exports

# cache
cache

Expand Down
3 changes: 0 additions & 3 deletions apis/allowances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,5 @@
"eslint": "8.29.0",
"typescript": "4.9.4",
"vercel": "28.16.7"
},
"engines": {
"node": ">=18.0.0"
}
}
3 changes: 0 additions & 3 deletions apis/balances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,5 @@
"eslint": "8.29.0",
"typescript": "4.9.4",
"vercel": "28.16.7"
},
"engines": {
"node": ">=18.0.0"
}
}
1 change: 0 additions & 1 deletion apis/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"files": [
"dist"
],
"type": "module",
"scripts": {
"start": "ts-node --swc src/index.ts",
"server": "ts-node --swc src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion apis/swap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import fastify from 'fastify'
import { performance } from 'perf_hooks'
import { z } from 'zod'

import { getToken } from './tokens.js'
import { getToken } from './tokens'

const server = fastify({ logger: true })
server.register(cors)
Expand Down
Loading

0 comments on commit ed1f5df

Please sign in to comment.