From 4582aee9c51800f7b236fc9d731829c16254429f Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Tue, 28 Mar 2023 20:14:37 +0200 Subject: Add backend code to repo --- backend/start-entr | 1 + 1 file changed, 1 insertion(+) create mode 100755 backend/start-entr (limited to 'backend/start-entr') 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 -- cgit v1.3.1