6 lines
159 B
Swift
6 lines
159 B
Swift
|
|
import Foundation
|
||
|
|
|
||
|
|
public let appURL = Bundle.module.url(forResource: "index", withExtension: "html", subdirectory: "dist")
|
||
|
|
|
||
|
|
public let bundle = Bundle.module
|