From bdd86d2d05ed24e3dfb91b375b8b824017160f83 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 24 Oct 2025 13:13:38 +0800 Subject: [PATCH] Remove unneeded pyscript.toml file from template. --- {{ cookiecutter.format }}/www/pyscript.toml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 {{ cookiecutter.format }}/www/pyscript.toml diff --git a/{{ cookiecutter.format }}/www/pyscript.toml b/{{ cookiecutter.format }}/www/pyscript.toml deleted file mode 100644 index 4e7f1f7..0000000 --- a/{{ cookiecutter.format }}/www/pyscript.toml +++ /dev/null @@ -1 +0,0 @@ -plugins = ["!error"]