internal.config: change Config struct to public
This commit is contained in:
parent
2eb3272abf
commit
2c330a151e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub mut:
|
|||
}
|
||||
|
||||
// Config general settings for vss
|
||||
struct Config {
|
||||
pub struct Config {
|
||||
pub mut:
|
||||
build Build
|
||||
title string
|
||||
|
|
Loading…
Add table
Reference in a new issue