1.1.26+ FS24 adjustments

This commit is contained in:
2026-03-28 21:02:15 +01:00
parent b772119e2c
commit 01e0a155ed
25 changed files with 6890 additions and 441 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "wasm-module",
"version": "0.0.15",
"description": "Load Manager WASM module",
"scripts": {
"clean": "rimraf ../SimObjects/Airplanes/TFDi_Design_MD-11/panel/load-manager.wasm && rimraf MSFS",
"build": "MSBuild.exe ./load-manager.sln /p:Platform=MSFS",
"build:rel": "MSBuild.exe ./load-manager.sln /p:Platform=MSFS /p:Configuration=Release",
"release": "pnpm clean && npm version patch && pnpm build:rel && node stack-analysis"
},
"keywords": [],
"author": "Kilian Kurt Hofmann",
"license": "MIT",
"packageManager": "pnpm@10.25.0"
}