From 1871b834a715be2e8c4e25938cf3db3866a80ec6 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 13 Apr 2023 23:19:23 +0200 Subject: Add Readme and License Fix bug when without upload folder --- backend/start-entr | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/start-entr') 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 -- cgit v1.3.1