Skip to content

Commit

Permalink
config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ethboi committed Jan 25, 2024
1 parent 2f6a400 commit 849e6a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "ts-node-dev --files --respawn src/app.ts",
"clean": "rimraf ./build",
"build": "yarn clean && npx tsc",
"start": "node build/app/src/app.js",
"start": "node build/app.js",
"lint:ts": "eslint --ext .js,.ts .",
"lint:ts:fix": "yarn lint:ts --fix",
"format": "prettier --write \"**/*.+(js|ts|json)\"",
Expand Down
1 change: 0 additions & 1 deletion app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"resolveJsonModule": true,
"baseUrl": "./",
"paths": {
"@lyrafinance/lyra-js": ["../sdk/src/index.ts"],
"@/app/*": ["src/*"]
},
"outDir": "build",
Expand Down

0 comments on commit 849e6a8

Please sign in to comment.