Compare commits
2 Commits
36b2f46a96
...
82a06a27e3
Author | SHA1 | Date | |
---|---|---|---|
82a06a27e3 | |||
3705fa1e1a |
@ -12,3 +12,11 @@ Build
|
||||
```sh
|
||||
v .
|
||||
```
|
||||
|
||||
|
||||
TODO
|
||||
----
|
||||
|
||||
- [ ] Show local network IP on start
|
||||
- [ ] Show local IP by QR code
|
||||
- [ ] iOS web app
|
||||
|
@ -25,8 +25,12 @@ fn main() {
|
||||
|
||||
os.ensure_folder_is_writable(os.resource_abs_path(save_folder)) or {
|
||||
println('ОШИБКА: Отсутствует директория ${save_folder}')
|
||||
|
||||
os.mkdir(os.resource_abs_path(save_folder)) or {
|
||||
println('ОШИБКА: Невозможно создать директорию ${save_folder}')
|
||||
exit(-1)
|
||||
}
|
||||
}
|
||||
|
||||
vweb.run_at(new_app(), vweb.RunParams{
|
||||
port: port
|
||||
|
Loading…
Reference in New Issue
Block a user