feat(ttt): match history done
This commit is contained in:
parent
8f3ed71d8a
commit
2bf5e6e700
17 changed files with 1185 additions and 18 deletions
7
Makefile
7
Makefile
|
|
@ -44,7 +44,7 @@ prune:
|
|||
logs:
|
||||
@$(MAKE) --no-print-directory -f ./Docker.mk logs
|
||||
|
||||
sqlite:
|
||||
sql:
|
||||
docker compose exec auth apk add sqlite
|
||||
-docker compose exec -it auth sqlite3 /volumes/database/database.db
|
||||
|
||||
|
|
@ -125,11 +125,6 @@ npm@openapi: openapi.jar
|
|||
openapi.jar:
|
||||
wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.15.0/openapi-generator-cli-7.15.0.jar -O ./openapi.jar
|
||||
|
||||
# this convert the .dbml file to an actual sql file that SQLite can handle :)
|
||||
sql:
|
||||
@echo "if the command isn't found, contact maieul :)"
|
||||
dbml_sqlite -t -f -w ./src/@shared/src/database/init.sql ./src/@shared/src/database/init.dbml
|
||||
|
||||
tmux:
|
||||
@tmux new-session -d -s $(PROJECT)
|
||||
@tmux send-keys -t $(PROJECT):0 'vim' C-m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue