mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
build/deployment: add prod+dev targets
This commit is contained in:
6
build/deployment_dev.go
Normal file
6
build/deployment_dev.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// +build dev
|
||||
|
||||
package build
|
||||
|
||||
// Deployment specifies a development build.
|
||||
const Deployment = Development
|
Reference in New Issue
Block a user