You've already forked AstralRinth
forked from didirus/AstralRinth
Prepare for adding theseus
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
{
|
||||
"name": "theseus",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"projectType": "library",
|
||||
"sourceRoot": "libs/theseus/src",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@monodon/rust:check",
|
||||
"outputs": ["{options.target-dir}"],
|
||||
"options": {
|
||||
"target-dir": "dist/target/theseus"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"cache": true,
|
||||
"executor": "@monodon/rust:test",
|
||||
"outputs": ["{options.target-dir}"],
|
||||
"options": {
|
||||
"target-dir": "dist/target/theseus"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"release": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"cache": true,
|
||||
"executor": "@monodon/rust:lint",
|
||||
"outputs": ["{options.target-dir}"],
|
||||
"options": {
|
||||
"target-dir": "dist/target/theseus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
Reference in New Issue
Block a user