You've already forked AstralRinth
forked from didirus/AstralRinth
Finish theseus
This commit is contained in:
66
apps/theseus_gui_rs/project.json
Normal file
66
apps/theseus_gui_rs/project.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"name": "theseus_gui_rs",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"projectType": "application",
|
||||
"sourceRoot": "apps/theseus_gui_rs/src",
|
||||
"implicitDependencies": ["theseus-gui"],
|
||||
"targets": {
|
||||
"build": {
|
||||
"cache": true,
|
||||
"dependsOn": ["^build"],
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "tauri build"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/dist/target/theseus_gui_rs", "{workspaceRoot}/dist/apps/theseus-gui"],
|
||||
"configurations": {
|
||||
"production": {
|
||||
"release": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"cache": true,
|
||||
"executor": "@monodon/rust:test",
|
||||
"outputs": ["{options.target-dir}"],
|
||||
"options": {
|
||||
"target-dir": "dist/target/theseus_gui_rs"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"release": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"cache": true,
|
||||
"executor": "@monodon/rust:lint",
|
||||
"outputs": ["{options.target-dir}"],
|
||||
"options": {
|
||||
"target-dir": "dist/target/theseus_gui_rs"
|
||||
}
|
||||
},
|
||||
"serve": {
|
||||
"cache": true,
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "tauri dev"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/dist/target/theseus_gui_rs", "{workspaceRoot}/dist/apps/theseus-gui"],
|
||||
"configurations": {
|
||||
"production": {
|
||||
"release": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
Reference in New Issue
Block a user