@udixio/theme 1.0.0-beta.10 → 1.0.0-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1823,7 +1823,7 @@ function defineConfig(configObject) {
1823
1823
  var ConfigService = /*#__PURE__*/function () {
1824
1824
  function ConfigService(_ref) {
1825
1825
  var appService = _ref.appService;
1826
- this.configPath = './theme.config.ts';
1826
+ this.configPath = './theme.config';
1827
1827
  this.appService = void 0;
1828
1828
  this.appService = appService;
1829
1829
  }