refactor: move configuration files to app directory

This commit is contained in:
Prad Nukala
2024-09-27 11:03:38 -04:00
parent 049ed32e33
commit 9c768e4891
12 changed files with 3 additions and 46 deletions
+14
View File
@@ -0,0 +1,14 @@
// Code generated from Pkl module `dwn`. DO NOT EDIT.
package dwn
type Config struct {
Ipfs *IPFS `pkl:"ipfs" json:"ipfs,omitempty"`
Sonr *Sonr `pkl:"sonr" json:"sonr,omitempty"`
Motr *Motr `pkl:"motr" json:"motr,omitempty"`
Schema *Schema `pkl:"schema" json:"schema,omitempty"`
ProxyUrl string `pkl:"proxyUrl" json:"proxyUrl,omitempty"`
}