|
@@ -28,7 +28,8 @@ class Project
|
|
|
} elseif (strpos($host, '/package/' . $name)) {
|
|
|
$host = explode('/package/' . $name, $host)[0] . '/';
|
|
|
}
|
|
|
- $this->write($host, 'package');$this->write($host, 'src');
|
|
|
+ $this->write($host, 'package');
|
|
|
+ //$this->write($host, 'src');
|
|
|
//$this->write($host, 'package');$this->write($host, 'src');$this->write($host, 'app');
|
|
|
$this->content[DEVER_APP_NAME]['url'] = DEVER_APP_HOST;
|
|
|
if (empty($this->content[DEVER_APP_NAME]['path'])) {
|