mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-23 11:42:19 +00:00
21 lines
327 B
JSON
21 lines
327 B
JSON
{
|
|
"directories": [
|
|
"app",
|
|
"bootstrap",
|
|
"config",
|
|
"database",
|
|
"public",
|
|
"resources",
|
|
"routes",
|
|
"storage",
|
|
"vendor"
|
|
],
|
|
"files": [
|
|
"artisan"
|
|
],
|
|
"main": "cli",
|
|
"output": "vito-cli.phar",
|
|
"chmod": "0755",
|
|
"stub": true
|
|
}
|