Add empty strings init on App Creation
This commit is contained in:
parent
5fe693f664
commit
5b0830de4d
@ -38,6 +38,8 @@ type ApplicationsStorage struct {
|
||||
func (as *ApplicationsStorage) createApp(appName string, appId string, appPath string) error {
|
||||
newAppData := ApplicationManifest{
|
||||
AppId: appId,
|
||||
Js: []string{},
|
||||
Css: []string{},
|
||||
}
|
||||
|
||||
newAppFile := webfilesystem.FileHeader{
|
||||
|
Loading…
Reference in New Issue
Block a user