diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 20:14:37 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 20:14:37 +0200 |
| commit | 4582aee9c51800f7b236fc9d731829c16254429f (patch) | |
| tree | 057c40045beeb7db4599c1bdcf96c4040162c362 /backend/start-entr | |
| parent | d44a5a6c4530691a63204b2231f04e2bcf287907 (diff) | |
| download | aparatus-4582aee9c51800f7b236fc9d731829c16254429f.tar.gz aparatus-4582aee9c51800f7b236fc9d731829c16254429f.tar.zst aparatus-4582aee9c51800f7b236fc9d731829c16254429f.zip | |
Add backend code to repo
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 new file mode 100755 index 0000000..7921ea4 --- /dev/null +++ b/backend/start-entr @@ -0,0 +1 @@ +find . -type f | rg -v "node_modules|upload|png|svg|lock|hbs" | entr -r node main.js |
