Sha256: 788167a0dd4089e3ef7adf5e66dbd884b62ef0b82864d8c96672ec75f55f2399
Contents?: true
Size: 414 Bytes
Versions: 3
Compression:
Stored size: 414 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 homeURL: URL { baseURL.appendingPathComponent("/") } static var signInURL: URL { baseURL.appendingPathComponent("/signin") } }
Version data entries
3 entries across 3 versions & 1 rubygems