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: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,9 @@ This package provides services that ”build providers” can consume, it provid
70
70
If no provider suits your specific needs, you can create a build file in your project folder. A variety of file formats is supported, they need to match any of the following names:
71
71
72
72
-`package.json` with `buildium` object
73
+
-`buildium.config.cts`
74
+
-`buildium.config.mts`
75
+
-`buildium.config.ts`
73
76
-`buildium.config.cjs`
74
77
-`buildium.config.js`
75
78
-`buildium.config.json`
@@ -79,8 +82,12 @@ If no provider suits your specific needs, you can create a build file in your pr
0 commit comments