Skip to content

Commit e27b637

Browse files
authored
Merge branch 'main' into copilot/add-credits-tab-and-notifications
2 parents 0d771db + 2b457fc commit e27b637

14 files changed

Lines changed: 404 additions & 213 deletions

File tree

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tool: dioxus-cli
3535

3636
- name: Build
37-
run: dx build --release --platform web
37+
run: dx build --release --platform web --basepath /LogOut
3838

3939
- name: Debug Output Content
4040
run: ls -R target/dx

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ dist/
1919
node_modules/
2020
test-results/
2121
playwright-report/
22+
23+
# Environemnt
24+
.direnv/
25+
.cache/

Dioxus.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ publisher = "gfaure"
88

99
[web.app]
1010
title = "LogOut - Workout Logger"
11-
base_path = "LogOut"
1211

1312
[web.watcher]
1413
reload_html = true

0 commit comments

Comments
 (0)