mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
chore: remove unused scripts
This commit is contained in:
parent
b179f7b441
commit
d900ca060a
@ -1,13 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Usage: ./scripts/build.sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cd "$(dirname "$0")/../"
|
|
||||||
|
|
||||||
echo "Start building backend..."
|
|
||||||
|
|
||||||
go build -o ./build/shortify ./cmd/shortify/main.go
|
|
||||||
|
|
||||||
echo "Backend built!"
|
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Usage: ./scripts/start.sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cd "$(dirname "$0")/../"
|
|
||||||
|
|
||||||
air -c ./scripts/.air.toml
|
|
Loading…
x
Reference in New Issue
Block a user