diff --git a/.dockerignore b/.dockerignore index 48661e9a..d1f98f1b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,36 +1,4 @@ -*.db -*.bak -_old -rice-box.go -.idea/ -/filebrowser -/filebrowser.exe -/dist - -.DS_Store -node_modules - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw* -bin/ -build/ - -/frontend/dist/* -!/frontend/dist/.gitkeep - -default.nix \ No newline at end of file +* +!docker/* +!docker_config.json +!filebrowser \ No newline at end of file diff --git a/frontend/src/stores/layout.ts b/frontend/src/stores/layout.ts index c8ba2ba9..b3d7fc96 100644 --- a/frontend/src/stores/layout.ts +++ b/frontend/src/stores/layout.ts @@ -39,6 +39,7 @@ export const useLayoutStore = defineStore("layout", { }, showError() { this.show = "error"; + console.error(' error') }, showSuccess() { this.show = "success";