Skip to content

Commit bc03671

Browse files
committed
fix: "module 'app.config.json' not found"
1 parent 3c2d55c commit bc03671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/BooksLibrary/src/config/configuration.manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AuthenticationType, AuthorizationType, Configurations } from './configuration.types';
2-
import * as AppConfig from 'app.config.json';
2+
import * as AppConfig from '../app.config.json';
33

44
export class ConfigurationManager {
55
static _config: Configurations = null;

0 commit comments

Comments
 (0)