Sha256: e06a21b67d1aff62cd0cc4f7de82db5bcc30394b49affc984e43874dc85a04b2
Contents?: true
Size: 408 Bytes
Versions: 3
Compression:
Stored size: 408 Bytes
Contents
import Foundation struct TurboNativeProject { private static let developmentURL = URL(string: "http://localhost:3000")! private static let productionURL = URL(string: "https://turbo-native-demo.glitch.me")! static var baseURL: URL { productionURL } static var homeURL1: URL { baseURL.appendingPathComponent("/") } static var homeURL2: URL { baseURL.appendingPathComponent("/") } }
Version data entries
3 entries across 3 versions & 1 rubygems