mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
7 lines
68 B
Go
7 lines
68 B
Go
//go:build develop
|
|
|
|
package config
|
|
|
|
func init() {
|
|
Develop = true
|
|
}
|