dockerize!

changes to sequelize, env loading, ts workflow, minor improvements
This commit is contained in:
2025-03-18 18:36:05 -07:00
parent 8c909929d1
commit 57c82dd71c
18 changed files with 236 additions and 992 deletions

View File

@@ -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";