diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-23 21:25:37 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-23 21:25:37 +0200 |
commit | 1dea35b9bcb3d37d61e554a99488626da9795331 (patch) | |
tree | c8d7cea6e3b44121e067edebf91f2044f8538b6b /Makefile | |
parent | 8eeddc0bfb574aada6bb76638957421b52344bb0 (diff) | |
download | lens-1dea35b9bcb3d37d61e554a99488626da9795331.tar.gz lens-1dea35b9bcb3d37d61e554a99488626da9795331.tar.bz2 lens-1dea35b9bcb3d37d61e554a99488626da9795331.zip |
feat: Remove unecessary param from repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -13,9 +13,11 @@ build: run: sass $(GO_RUN) $(SERVER) \ - --log-level error \ + --db-type psql \ + --db-con "host=localhost user=gabrielgio password=diablo123 dbname=img port=5432 sslmode=disable" \ + --log-level trace \ --aes-key=6368616e676520746869732070617373 \ - --root=${HOME} \ + --root=${HOME} sass: @mkdir -p static |