aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.d.ts')
-rw-r--r--src/api/schema.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts
index f0437d19c..015f6af40 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -20,6 +20,7 @@ export enum Loader {
css = 5,
file = 6,
json = 7,
+ toml = 8,
}
export const LoaderKeys = {
1: "jsx",
@@ -36,6 +37,8 @@ export const LoaderKeys = {
file: "file",
7: "json",
json: "json",
+ 8: "toml",
+ toml: "toml",
};
export enum FrameworkEntryPointType {
client = 1,