fix: missed some saves
Some checks failed
Node.js CI / Lint and Test (push) Failing after 50s
Code Analysis / SonarQube (push) Failing after 1m9s

This commit is contained in:
Naomi Carrigan 2025-05-22 19:11:10 -07:00
parent e32063bfe3
commit e235d50112
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"name": "vitalia-client",
"name": "lucinda-client",
"version": "0.0.0",
"scripts": {
"ng": "ng",

View File

@ -14,5 +14,5 @@ import { RouterOutlet } from "@angular/router";
templateUrl: "./app.component.html",
})
export class AppComponent {
public title = "Vitalia";
public title = "Lucinda";
}

View File

@ -1,5 +1,5 @@
{
"name": "vitalia-server",
"name": "lucinda-server",
"version": "0.0.0",
"description": "",
"main": "index.js",

View File

@ -7,6 +7,6 @@
import { Logger } from "@nhcarrigan/logger";
export const logger = new Logger(
"Vitalia",
"Lucinda",
process.env.LOG_TOKEN ?? "",
);