Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
TODO
test
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pc-stats-client",
"version": "0.0.1",
"description": "A Quasar Framework app",
"productName": "PcStatsReporter",
"productName": "PcStatsReporter errr",
"author": "ktomkow <krzysztof.tomkow@gmail.com>",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/SimpleDigitalDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
},
round: {
type: Boolean,
required: false,
required: true,
default: true,
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/PcStatsReporter.AspNetCore/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
builder.Services.AddControllers();

builder.Services.AddCustomSwagger();

error
builder.Services.AddMaps();

builder.Services.AddSingleton<IHold, MemoryHold>();
Expand Down