2025-12-04 09:03:03 -03:00
|
|
|
//! Build script for botui
|
|
|
|
|
//!
|
|
|
|
|
//! This is a minimal build script since botui is now a pure web project.
|
|
|
|
|
//! Tauri build requirements have been moved to the botapp crate.
|
|
|
|
|
|
2025-12-03 18:42:22 -03:00
|
|
|
fn main() {
|
2025-12-04 09:03:03 -03:00
|
|
|
// No build steps required for pure web UI
|
|
|
|
|
// Tauri-specific builds are now in botapp
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|