You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/three-oranges-whisper.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,8 @@
2
2
"@opennextjs/aws": minor
3
3
---
4
4
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