fix haku-wasm/haku.js errors not resetting properly sometimes
This commit is contained in:
parent
59a6bda0ba
commit
ba89b6eb04
5 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rkgk"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -7,6 +7,7 @@ use std::{
|
|||
|
||||
use api::Api;
|
||||
use axum::Router;
|
||||
use color_eyre::owo_colors::OwoColorize;
|
||||
use config::Config;
|
||||
use copy_dir::copy_dir;
|
||||
use eyre::Context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue