Skip to content

Commit f843adb

Browse files
authored
Update .changeset/three-oranges-whisper.md
1 parent 60e3fa4 commit f843adb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.changeset/three-oranges-whisper.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
"@opennextjs/aws": minor
33
---
44

5-
feat: support absolute paths when compiling opennext configs
5+
fix: support absolute paths for OpenNext configs
6+
7+
Compiling OpenNext configs will now support the ability to pass in either absolute or relative paths, instead of treating any input as a relative path.
8+
9+
Further, the CLI will now treat absolute paths as absolute, instead of always treating them as relative. Relative paths should not start with a `/`, i.e. you should use `./config-path.ts` instead of `/config-path.ts`.

0 commit comments

Comments
 (0)