Created project skeleton:
- Added Razor template and added serilog to it (still not configured)
- Added qrcodejs library to the Razor project
- Added DataAccess library with dapper and npgsql
- Reference DataAccess in WretchedMachines
- Added default dotnet gitignore
5 lines
227 B
JavaScript
5 lines
227 B
JavaScript
// Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
|
// for details on configuring this project to bundle and minify static web assets.
|
|
|
|
// Write your JavaScript code.
|