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
+8
View File
@@ -0,0 +1,8 @@
// Code generated from Pkl module `dwn`. DO NOT EDIT.
package dwn
type IPFS struct {
ApiUrl string `pkl:"apiUrl" json:"apiUrl,omitempty"`
GatewayUrl string `pkl:"gatewayUrl" json:"gatewayUrl,omitempty"`
}