mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(client): 🐛 Import JSON files with type JSON
This commit is contained in:
parent
a12856a6d2
commit
c54558abdf
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue