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 64bd2eff6..d8129fd27 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -21,6 +21,7 @@ export enum Loader {
file = 6,
json = 7,
toml = 8,
+ wasm = 9,
}
export const LoaderKeys = {
1: "jsx",
@@ -39,6 +40,8 @@ export const LoaderKeys = {
json: "json",
8: "toml",
toml: "toml",
+ 9: "wasm",
+ wasm: "wasm",
};
export enum FrameworkEntryPointType {
client = 1,