mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
8 lines
68 B
Go
8 lines
68 B
Go
//go:build develop
|
|
|
|
package config
|
|
|
|
func init() {
|
|
Develop = true
|
|
}
|