refactor: Move config templates to templates folder

This commit is contained in:
Joachim Van Herwegen
2021-05-18 10:08:58 +02:00
parent 9666f6dd6a
commit fadbaefce2
6 changed files with 7 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import type { PodGenerator } from './PodGenerator';
import type { VariableHandler } from './variables/VariableHandler';
import { isValidVariable, TEMPLATE, TEMPLATE_VARIABLE } from './variables/Variables';
const DEFAULT_CONFIG_PATH = joinFilePath(__dirname, '../../../config/templates');
const DEFAULT_CONFIG_PATH = joinFilePath(__dirname, '../../../templates/config/');
/**
* Creates a new ResourceStore when creating a pod based on a Components.js configuration.