fix(client): 🐛 Import JSON files with type JSON

This commit is contained in:
Jesse Wierzbinski 2024-06-07 14:52:34 -10:00
parent a12856a6d2
commit c54558abdf
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
import pkg from "../package.json";
import pkg from "../package.json" with { type: "json" };
export const NO_REDIRECT = "urn:ietf:wg:oauth:2.0:oob";
export const DEFAULT_SCOPE = ["read", "write", "follow"];