Compare commits

..

1 Commits

Author SHA1 Message Date
ed98ec6642
feat: initial infrastructure
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 47s
2025-05-22 19:04:44 -07:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"name": "lucinda-client",
"name": "vitalia-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 = "Lucinda";
public title = "Vitalia";
}

View File

@ -1,5 +1,5 @@
{
"name": "lucinda-server",
"name": "vitalia-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(
"Lucinda",
"Vitalia",
process.env.LOG_TOKEN ?? "",
);