generated from nhcarrigan/template
fix: missed some saves
This commit is contained in:
parent
e32063bfe3
commit
e235d50112
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "vitalia-client",
|
||||
"name": "lucinda-client",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
|
@ -14,5 +14,5 @@ import { RouterOutlet } from "@angular/router";
|
||||
templateUrl: "./app.component.html",
|
||||
})
|
||||
export class AppComponent {
|
||||
public title = "Vitalia";
|
||||
public title = "Lucinda";
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "vitalia-server",
|
||||
"name": "lucinda-server",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
|
@ -7,6 +7,6 @@
|
||||
import { Logger } from "@nhcarrigan/logger";
|
||||
|
||||
export const logger = new Logger(
|
||||
"Vitalia",
|
||||
"Lucinda",
|
||||
process.env.LOG_TOKEN ?? "",
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user