mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: add vweb.run_app(app,port); fix compilation of vweb_assets/main.v
This commit is contained in:
@ -8,8 +8,8 @@ const (
|
||||
port = 8081
|
||||
)
|
||||
|
||||
pub struct App {
|
||||
mut:
|
||||
struct App {
|
||||
pub mut:
|
||||
vweb vweb.Context
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user