fix: enable debug mode

This commit is contained in:
sinanmohd
2024-12-26 10:14:34 +05:30
parent 889d874c67
commit 73b91f0fdb

View File

@@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -x
# Constants
NOCO_HOME="./nocodb"
CURRENT_PATH=$(pwd)