From 66b9966fa55db50fb3f7406da9831100f48a9566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Fri, 15 Nov 2024 08:46:50 +0100 Subject: [PATCH] Add missing sea-config.json for build configuration and asset management --- .gitignore | 1 - sea-config.json | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 sea-config.json diff --git a/.gitignore b/.gitignore index 279d02a..eb73302 100644 --- a/.gitignore +++ b/.gitignore @@ -146,7 +146,6 @@ build-sea.sh build certtest.js logcertfile -sea-config.json sea-prep.blob .vscode/launch.json .vscode/launch.json diff --git a/sea-config.json b/sea-config.json new file mode 100644 index 0000000..1ad9cef --- /dev/null +++ b/sea-config.json @@ -0,0 +1,16 @@ +{ + "main": "build.cjs", + "output": "sea-prep.blob", + "disableExperimentalSEAWarning": true, + "assets": { + "package.json": "./package.json", + "enigma_schema_12.170.2.json": "./node_modules/enigma.js/schemas/12.170.2.json", + "enigma_schema_12.612.0.json": "./node_modules/enigma.js/schemas/12.612.0.json", + "enigma_schema_12.936.0.json": "./node_modules/enigma.js/schemas/12.936.0.json", + "enigma_schema_12.1306.0.json": "./node_modules/enigma.js/schemas/12.1306.0.json", + "enigma_schema_12.1477.0.json": "./node_modules/enigma.js/schemas/12.1477.0.json", + "enigma_schema_12.1657.0.json": "./node_modules/enigma.js/schemas/12.1657.0.json", + "enigma_schema_12.1823.0.json": "./node_modules/enigma.js/schemas/12.1823.0.json", + "enigma_schema_12.2015.0.json": "./node_modules/enigma.js/schemas/12.2015.0.json" + } +}