remove dependency on uglify-js

This commit is contained in:
2024-02-26 10:49:14 -05:00
parent ace50ff2c9
commit 955cfe421f
19 changed files with 239 additions and 418 deletions
-1
View File
@@ -1,4 +1,3 @@
export * from "./note";
export * from "./project";
export * from "./stats";
export * from "./track";
-7
View File
@@ -1,7 +0,0 @@
export type Track = {
artist: string;
title: string;
album: string;
url: URL | string;
image?: URL | string;
};