Skip to content

Commit d182f49

Browse files
committed
🔒️ disable config genaration
1 parent 1320c35 commit d182f49

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg/pkg.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package pkg
2+
3+
import (
4+
"github.com/pdfcpu/pdfcpu/pkg/pdfcpu"
5+
)
6+
7+
func init() {
8+
// TODO: handle config manually
9+
pdfcpu.ConfigPath = "disable"
10+
}

0 commit comments

Comments
 (0)