Chore: Renamed module to keep filenames consistent
This commit is contained in:
parent
7aa13eeb51
commit
c73bac3b40
|
|
@ -7,7 +7,7 @@
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nest build",
|
"build": "nest build",
|
||||||
"format": "prettier --write \\\"src/**/*.ts\\\" \\\"e2e-tests/**/*.ts\\\"",
|
"format": "prettier --write \"src/**/*.ts\" \"e2e-tests/**/*.ts\"",
|
||||||
"start": "nest start",
|
"start": "nest start",
|
||||||
"start:dev": "nest start --watch",
|
"start:dev": "nest start --watch",
|
||||||
"start:debug": "nest start --debug --watch",
|
"start:debug": "nest start --debug --watch",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { NestFactory } from '@nestjs/core';
|
import { NestFactory } from '@nestjs/core';
|
||||||
import { AppModule } from '@/app.module';
|
import { AppModule } from '@/app.module';
|
||||||
import { openApi } from '@/utils/openApi';
|
import { openApi } from '@/utils/openApi';
|
||||||
import { setDate } from '@/utils/fake-date';
|
import { setDate } from '@/utils/fakeDate';
|
||||||
|
|
||||||
setDate('2023-02-14 14:00:00 UTC');
|
setDate('2023-02-14 14:00:00 UTC');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue