Removing old unused files from project
This commit is contained in:
parent
d1cfc4284c
commit
43a122b855
@ -1,19 +0,0 @@
|
||||
BUILD=cargo build
|
||||
build:
|
||||
$(BUILD)
|
||||
|
||||
sass:
|
||||
sh scripts/build-sass.sh build
|
||||
|
||||
sass-live:
|
||||
sh scripts/build-sass.sh watch
|
||||
|
||||
test:
|
||||
cargo test -- --nocapture
|
||||
|
||||
release:
|
||||
$(BUILD) --release
|
||||
|
||||
run:
|
||||
# Running server
|
||||
cargo run
|
@ -1,12 +0,0 @@
|
||||
[development]
|
||||
address="localhost"
|
||||
port=8080
|
||||
templates_dir="static/html/"
|
||||
|
||||
[production]
|
||||
address="localhost"
|
||||
port=8080
|
||||
templates_dir="static/html/"
|
||||
|
||||
[global.databases.freechat]
|
||||
url = "mysql://freechat_dev:password@localhost:3306/freechat"
|
@ -1,2 +0,0 @@
|
||||
[print_schema]
|
||||
file = "src/schema.rs"
|
Loading…
Reference in New Issue
Block a user