Skip to content

Commit 821bd5b

Browse files
author
aligneddev
committed
delete aurelia
1 parent 5ac90d0 commit 821bd5b

18 files changed

Lines changed: 1 addition & 6275 deletions

src/BikeTracking.AppHost/AppHost.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
.WithHttpHealthCheck("/health")
66
.WithExternalHttpEndpoints();
77

8-
// AddViteApp was not working with Aurelia
98
var webFrontend = builder
10-
.AddNodeApp("frontend", "../BikeTracking.Frontend", "node_modules/vite/bin/vite.js")
11-
.WithNpm()
12-
.WithRunScript("preview")
13-
.WithHttpEndpoint(port: 5173, env: "PORT")
9+
.AddViteApp("frontend", "../BikeTracking.Frontend")
1410
.WithReference(apiService)
1511
.WaitFor(apiService);
1612

src/BikeTracking.Frontend/.gitignore

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/BikeTracking.Frontend/.stylelintrc.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/BikeTracking.Frontend/.vscode/launch.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/BikeTracking.Frontend/.yarnrc.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/BikeTracking.Frontend/BikeTracking.Frontend.esproj

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/BikeTracking.Frontend/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/BikeTracking.Frontend/eslint.config.mjs

Lines changed: 0 additions & 25 deletions
This file was deleted.
-14.7 KB
Binary file not shown.

src/BikeTracking.Frontend/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)