Skip to content

Commit

Permalink
Merge pull request #526 from mountaindude/node23-sea
Browse files Browse the repository at this point in the history
Add missing sea-config.json for build configuration and asset management
  • Loading branch information
mountaindude authored Nov 15, 2024
2 parents c2bd582 + 66b9966 commit de8f2c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ build-sea.sh
build
certtest.js
logcertfile
sea-config.json
sea-prep.blob
.vscode/launch.json
.vscode/launch.json
Expand Down
16 changes: 16 additions & 0 deletions sea-config.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit de8f2c1

Please sign in to comment.