projecte_ionic/node_modules/@ionic/angular-toolkit/builders.json
2022-02-09 18:30:03 +01:00

17 lines
444 B
JSON
Executable file

{
"builders": {
"cordova-build": {
"implementation": "./builders/cordova-build/index",
"schema": "./builders/cordova-build/schema.json",
"description": "Perform a browser build with Cordova assets."
},
"cordova-serve": {
"implementation": "./builders/cordova-serve/index",
"schema": "./builders/cordova-serve/schema.json",
"description": "Run the dev-server with Cordova assets."
}
}
}