...

Source file src/oss.terrastruct.com/d2/d2cli/watch_dev.go

Documentation: oss.terrastruct.com/d2/d2cli

     1  //go:build dev
     2  // +build dev
     3  
     4  package d2cli
     5  
     6  func init() {
     7  	devMode = true
     8  }
     9  

View as plain text