Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <[email protected]>
  • Loading branch information
evaldofelipe committed Jan 22, 2025
1 parent 399880e commit 80994e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/available-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ const AvailableRoutesQueryParamsSchema = object({
destinationTokenSymbol: optional(string()),
});

let envPath = path.join(process.cwd(), "output_vercel_api.env");
let envFile = fs.readFileSync(envPath, "utf-8");
dotenv.populate(
process.env as dotenv.DotenvPopulateInput,
dotenv.parse(envFile)
);

type AvailableRoutesQueryParams = Infer<
typeof AvailableRoutesQueryParamsSchema
>;
Expand Down

0 comments on commit 80994e6

Please sign in to comment.