mirror of
https://github.com/aykhans/slash-e.git
synced 2025-09-05 08:53:33 +00:00
chore: remove unused scripts
This commit is contained in:
@@ -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
|
|
Reference in New Issue
Block a user