1
0

fix: model issues & move to @modrinth/assets (#3911)

* fix: model issues & move to `@modrinth/assets`

* revert: vscode settings change

* fix: remove unused props
This commit is contained in:
IMB11
2025-07-06 22:42:55 +01:00
committed by GitHub
parent a32fe6a41f
commit b29672f4b4
14 changed files with 1815 additions and 50 deletions
+5
View File
@@ -9,3 +9,8 @@ declare module '*.webp' {
const src: string
export default src
}
declare module '*?url' {
const src: string
export default src
}