diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 23:19:23 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 23:19:23 +0200 |
| commit | 1871b834a715be2e8c4e25938cf3db3866a80ec6 (patch) | |
| tree | cb5eba8e41a1aa19d9d511567f901d73b89e0981 /backend/start-entr | |
| parent | 4582aee9c51800f7b236fc9d731829c16254429f (diff) | |
| download | aparatus-1871b834a715be2e8c4e25938cf3db3866a80ec6.tar.gz aparatus-1871b834a715be2e8c4e25938cf3db3866a80ec6.tar.zst aparatus-1871b834a715be2e8c4e25938cf3db3866a80ec6.zip | |
Fix bug when without upload folder
Diffstat (limited to 'backend/start-entr')
| -rwxr-xr-x | backend/start-entr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/start-entr b/backend/start-entr index 7921ea4..139d467 100755 --- a/backend/start-entr +++ b/backend/start-entr @@ -1 +1,2 @@ +#!/bin/sh find . -type f | rg -v "node_modules|upload|png|svg|lock|hbs" | entr -r node main.js |
