diff --git a/Taskfile.yaml b/Taskfile.yaml index 8afda30..0b207fd 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -10,7 +10,8 @@ vars: tasks: build: vite build dev: vite - test: vitest src + test: vitest run src + test:watch: vitest src default: cmds: - echo "{{.GREETING}}" diff --git a/index.html b/index.html index 29b7dbd..988a161 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -