mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-05 16:57:17 +08:00
9 lines
86 B
Go
9 lines
86 B
Go
//go:build develop
|
|
// +build develop
|
|
|
|
package config
|
|
|
|
func init() {
|
|
Develop = true
|
|
}
|