remove api example

This commit is contained in:
Jonas Kruckenberg 2022-11-03 18:52:06 +01:00
parent 6bd4dd0489
commit b3e477ed18
37 changed files with 0 additions and 732 deletions

View file

@ -1,16 +0,0 @@
[build]
target = "./index.html"
[watch]
ignore = ["./src-tauri"]
[serve]
address = "127.0.0.1"
port = 1420
open = false
# [[hooks]]
# # Runs SSG on production builds
# stage = "post_build"
# command = "bash"
# command_arguments = ["-c", "if [[ $TRUNK_PROFILE == \"release\" ]]; then cargo run --release --features ssg -- $TRUNK_STAGING_DIR; fi"]