Fix some stuff
parent
1b6b7d1881
commit
2d5c1f05d8
|
@ -116,7 +116,7 @@ func New(database string, base User) (*FileManager, error) {
|
||||||
// map and Assets box.
|
// map and Assets box.
|
||||||
m := &FileManager{
|
m := &FileManager{
|
||||||
Users: map[string]*User{},
|
Users: map[string]*User{},
|
||||||
assets: rice.MustFindBox("./_assets/dist"),
|
assets: rice.MustFindBox("./assets/dist"),
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tries to open a database on the location provided. This
|
// Tries to open a database on the location provided. This
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node ./assets/build/dev.js",
|
"dev": "node ./assets/build/dev.js",
|
||||||
"build": "node ./assets/build/build.js",
|
"build": "node ./assets/build/build.js",
|
||||||
"lint": "eslint --ext .js,.vue src"
|
"lint": "eslint --ext .js,.vue assets/src"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"codemirror": "^5.27.4",
|
"codemirror": "^5.27.4",
|
||||||
|
|
Loading…
Reference in New Issue