diff --git a/filemanager.go b/filemanager.go index 8d53e6a7..6ac53c03 100644 --- a/filemanager.go +++ b/filemanager.go @@ -116,7 +116,7 @@ func New(database string, base User) (*FileManager, error) { // map and Assets box. m := &FileManager{ Users: map[string]*User{}, - assets: rice.MustFindBox("./_assets/dist"), + assets: rice.MustFindBox("./assets/dist"), } // Tries to open a database on the location provided. This diff --git a/package.json b/package.json index d106a0b4..3ed7d997 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "node ./assets/build/dev.js", "build": "node ./assets/build/build.js", - "lint": "eslint --ext .js,.vue src" + "lint": "eslint --ext .js,.vue assets/src" }, "dependencies": { "codemirror": "^5.27.4",