status raspi

This commit is contained in:
Till Tomczak / Torben via Frontend
2025-04-01 13:34:14 +02:00
parent 273b78f12a
commit 2602e42d0b
5 changed files with 761 additions and 5 deletions

View File

@ -12,7 +12,7 @@ node_modules
db/
# Ignore local configuration files
.env
#.env
.env.example
# Ignore version control files
@ -24,4 +24,4 @@ db/
*.tmp
*.DS_Store
.vscode/
.idea/
.idea/

View File

@ -1,3 +0,0 @@
# OAuth Configuration
OAUTH_CLIENT_ID=client_id
OAUTH_CLIENT_SECRET=client_secret

0
packages/reservation-platform/docker/deploy.sh Normal file → Executable file
View File