feat: integrate learning module
This commit is contained in:
18
scripts/learning-player-build-manifest.json
Normal file
18
scripts/learning-player-build-manifest.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user