Skip to content

Commit

Permalink
chore: run pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Sep 29, 2023
1 parent b6b2518 commit 6e9c46f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 35 deletions.
2 changes: 1 addition & 1 deletion apps/cli/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { KyselyModule } from "@unteris/server/kysely";
import { ServerLocationModule } from "@unteris/server/location";
import { ServerLoggingModule } from "@unteris/server/logging";

import { FullSeedCommand } from "./full-seed.command";
import { KyselyCliCommand } from "./kysely.command";
import { SeedCommand } from "./seed.command";
import { DeityCategoryQuestions } from "./seeds/deity-category.questions";
Expand All @@ -14,7 +15,6 @@ import { DomainQuestions } from "./seeds/domain.questions";
import { LocationQuestions } from "./seeds/location.question";
import { RepeatQuestions } from "./seeds/repeat.questions";
import { SeedTypeQuestions } from "./seeds/seed-type.questions";
import { FullSeedCommand } from "./full-seed.command";

@Module({
imports: [
Expand Down
4 changes: 2 additions & 2 deletions apps/cli/src/app/full-seed.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import {
} from "nest-commander";
import {
categories,
domains,
deities,
deityDomains,
domains,
images,
locations,
races,
images,
} from "./seeds/unteris.constants";

@Command({ name: "seed" })
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CommandFactory } from "nest-commander";

import { AppModule } from "./app/app.module";
import { ConsoleLogger, Logger } from "@nestjs/common";
import { AppModule } from "./app/app.module";

async function bootstrap() {
await CommandFactory.run(AppModule, {
Expand Down
31 changes: 0 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e9c46f

Please sign in to comment.