summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorJonas Dellinger <jonas.dellinger@2trde.com>2022-06-13 10:57:16 +0200
committerJonas Dellinger <jonas.dellinger@2trde.com>2022-06-13 10:57:16 +0200
commita95bf94d878f61869895bb22cbff1b4f524c5dca (patch)
treea9fe1e59001b4f0af0d62413eb7c3a643232fad5 /frontend/package.json
parent12f4c7faff1d217d46d11dace081a530db62bd7e (diff)
downloaddecky-loader-a95bf94d878f61869895bb22cbff1b4f524c5dca.tar.gz
decky-loader-a95bf94d878f61869895bb22cbff1b4f524c5dca.zip
fix(loader): multiprocessing.set_start_method once, queue for plugin import
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 858997fa..6fbfe717 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -31,7 +31,8 @@
},
"importSort": {
".js, .jsx, .ts, .tsx": {
- "style": "module"
+ "style": "module",
+ "parser": "typescript"
}
},
"dependencies": {