Skip to content

Commit

Permalink
remove useless folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Sir-Thom committed Dec 22, 2023
1 parent 5c450ec commit 0d84f00
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 66 deletions.
9 changes: 0 additions & 9 deletions docker/server/Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions docker/server/nginx.conf

This file was deleted.

10 changes: 0 additions & 10 deletions docker/server/note.md

This file was deleted.

1 change: 0 additions & 1 deletion shared-modules
Submodule shared-modules deleted from 55a8e4
4 changes: 3 additions & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
create_configuration_file_setting();
#[cfg(target_os = "linux")]
setup_wayland();

info!("Webkit version: {:?}", tauri::webview_version());

trace!("config directory location: {:?}", get_config_dir());
info!(
"{:?}",
Expand Down Expand Up @@ -138,3 +139,4 @@ mod tests {
}



0 comments on commit 0d84f00

Please sign in to comment.