19 lines
571 B
JSON
19 lines
571 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"artifact": {
|
|
"manifest": "artifact.json",
|
|
"entrypoint": "index.html",
|
|
"requiredDirectories": ["_next/static", "avatars", "public"]
|
|
},
|
|
"localSource": {
|
|
"environmentVariable": "MAKELORE_LEARNING_SOURCE",
|
|
"defaultRelativePath": "../麦洛学习/OpenMAIC",
|
|
"requiredScripts": ["build", "build:makelore-player"]
|
|
},
|
|
"release": {
|
|
"artifactEnvironmentVariable": "MAKELORE_LEARNING_PLAYER_ARTIFACT",
|
|
"downloadUrlSecret": "LEARNING_PLAYER_ARTIFACT_URL",
|
|
"sha256Secret": "LEARNING_PLAYER_ARTIFACT_SHA256"
|
|
}
|
|
}
|