Skip to content

Commit 26148dd

Browse files
authored
Fix declarations path for production (#979)
2 parents c4f556a + 7f19d16 commit 26148dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format is based on [Common Changelog](https://common-changelog.org).\
66
Unlike Common Changelog, the `unreleased` section of [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) is preserved with the addition of a tag to specify which type of release should be published and to foster discussions about it inside pull requests. This tag should be one of the names mandated by SemVer, within brackets: `[patch]`, `[minor]` or `[major]`. For example: `## Unreleased [minor]`.
77

8-
## Unreleased
8+
## Unreleased [patch]
9+
### Fixed
10+
- Add missing configuration for production
911

1012
## 0.18.0 - 2022-12-12
1113
### Added

config/production.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"services": {
3+
"declarationsPath": "../declarations/declarations"
4+
},
25
"recorder": {
36
"versions": {
47
"storage": {

0 commit comments

Comments
 (0)