Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api rework 2.0 #22

Merged
merged 35 commits into from
Nov 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
4b0aa17
Add new front fields for battery resistors
loucass003 Aug 3, 2023
47f6f2a
Add Battery shield res and better handling of the defaults values
loucass003 Aug 3, 2023
2d7c163
Current progress
loucass003 Aug 15, 2023
e01215e
Add documentation
loucass003 Aug 15, 2023
cd6e813
Remove nestia
loucass003 Aug 15, 2023
8a38b95
Update prisma
loucass003 Aug 15, 2023
c4ba4bf
More documentation
loucass003 Aug 15, 2023
285ecb5
Move all the build steps into its own service
loucass003 Aug 15, 2023
f898307
More documentation
loucass003 Aug 15, 2023
75dc60c
Add imu list
loucass003 Aug 15, 2023
b2fed35
fix .env
loucass003 Aug 15, 2023
81b9d28
Small bugfixes
loucass003 Aug 16, 2023
92a457b
Fix partition path problem
loucass003 Aug 16, 2023
d97ba43
Sync with main fixes
loucass003 Aug 16, 2023
0d99edb
Move to nestia
loucass003 Aug 17, 2023
1054964
Current progress
loucass003 Sep 24, 2023
bb68a25
Cleaner defines
loucass003 Oct 8, 2023
f0f9a71
Last changes
loucass003 Nov 18, 2023
b928845
fix prisma
ImUrX Mar 28, 2024
c263512
prisma generate
ImUrX Mar 28, 2024
cfaf4a4
trim s3 secrets
ImUrX Apr 8, 2024
de3615f
make anonymous minio be download-only
ImUrX Apr 10, 2024
407e3c4
add flake
ImUrX Apr 11, 2024
04a8637
add tauri domains
ImUrX May 28, 2024
543732d
CRLF to LF
loucass003 Jun 13, 2024
069cc68
Working CRLF to LF
loucass003 Jun 22, 2024
324ef9b
add gitattributes
loucass003 Jun 22, 2024
306d39a
Merge branch 'main' of github.com:SlimeVR/SlimeVR-Firmware-WebBuilder…
loucass003 Jun 22, 2024
42be524
Fix database string
loucass003 Jun 22, 2024
2119fb2
Final version
loucass003 Oct 4, 2024
c3107c4
Better dependencies
loucass003 Oct 4, 2024
b8cf436
update docker compose
loucass003 Oct 4, 2024
89d1597
Fix docker compose
loucass003 Oct 4, 2024
ba2676b
Better swagger
loucass003 Oct 4, 2024
3164d26
Set minimal version of the server
loucass003 Oct 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add tauri domains
ImUrX committed May 28, 2024

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
commit 04a8637dbf5ec3fee947661fd6a975ca12844803
2 changes: 2 additions & 0 deletions backend/src/main.ts
Original file line number Diff line number Diff line change
@@ -16,6 +16,8 @@ async function bootstrap() {
'http://localhost:5173',
'http://localhost:3000',
'http://localhost:3001',
'tauri://localhost',
'http://tauri.localhost',
];

const app = await NestFactory.create(AppModule, {