enable svelte build
This commit is contained in:
parent
f38c923e09
commit
bc63f9cc41
@ -10,6 +10,8 @@ extern crate rocket;
|
||||
#[cfg(feature = "rowing-tera")]
|
||||
#[launch]
|
||||
async fn rocket() -> _ {
|
||||
use sqlx::SqlitePool;
|
||||
|
||||
env_logger::init();
|
||||
|
||||
let mut connection_options = SqliteConnectOptions::from_str("sqlite://db.sqlite").unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user