diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..4f2c46b --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,17 @@ +{ + "tasks": [ + { + "type": "luxe", + "script": "run", + "problemMatcher": [ + "$luxe-absolute", + "$luxe-relative" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "label": "luxe: run - Build & Run the project" + } + ] +} \ No newline at end of file