[]
# App (Project) Name
= "Plottery Editor"
# Dioxus App Default Platform
# desktop, web
= "desktop"
# `build` & `serve` dist path
= "dist"
# resource (public) file folder
= "public"
[]
# HTML title tag content
= "Plottery Editor"
[]
# when watcher trigger, regenerate the `index.html`
= true
# which files or dirs will be watcher monitoring
= ["src", "public"]
# include `assets` in web platform
[]
# Javascript code file
= []
[]
# Javascript code file
# serve: [dev-server] only
= []
[]
= "de.tobiasgrothmann.plottery_editor"
= "Tobias Grothmann"
= ["public/app_icon/icon_512.png"]