mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
dockerize!
changes to sequelize, env loading, ts workflow, minor improvements
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// TODO: rate limit module is busted (CJS types), do something for rate limiting
|
||||
// bottleneck (https://npmjs.com/package/bottleneck) looks nice
|
||||
import axios, { type AxiosInstance } from "axios";
|
||||
import axios from "axios";
|
||||
import type { AxiosInstance } from "axios";
|
||||
import { baseAPIURL, accountsAPIURL } from "../constants.ts";
|
||||
import logger from "../utils/logger.ts";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user