This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
AppFlowy
Watch
1
Star
0
Fork
You've already forked AppFlowy
0
mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced
2026-05-05 14:38:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
da485c6df9
AppFlowy
/
frontend
/
rust-lib
/
flowy-error
/
build.rs
6 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: add code_gen crate
2022-02-15 13:27:00 +00:00
use
lib_infra
::
code_gen
;
refactor: generate the pb files using build.rs
2022-02-08 06:36:59 +00:00
fn
main
(
)
{
refactor: separate proto file from src folder
2022-06-15 11:40:18 +00:00
code_gen
::
protobuf_file
::
gen
(
"
flowy-error
"
)
;
refactor: generate the pb files using build.rs
2022-02-08 06:36:59 +00:00
}
Reference in a new issue
Copy permalink