Create template_config.ts

This commit is contained in:
Daniel 2021-06-25 08:04:47 -07:00
parent 2bea2815e4
commit 27fb5c1ea9
No known key found for this signature in database
GPG Key ID: 771601B78F6934C8

4
template_config.ts Normal file
View File

@ -0,0 +1,4 @@
import {Config} from './typings'
export const config:Config = {
"public_key":""
}