auric 0.1.5

CLI for the Ember-inspired Auric SPA framework
1
2
3
4
5
pub fn new() -> serde_json::Value {
    serde_json::json!({
        "api_url": option_env!("API_URL").unwrap_or("http://localhost:3000"),
    })
}