/** * @file Paths used by the web package. * * @runtime common */ /** * The name of the distribution directory. * * @runtime common */ export const DistDirectoryName = "dist"; /** * The name of the static file directory. * * @runtime common */ export const StaticDirectoryName = "static";