diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..6d0a4ae --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "ghostguild", + "runtimeExecutable": "npm", + "runtimeArgs": ["run", "dev"], + "port": 3003 + } + ] +} diff --git a/app/app.vue b/app/app.vue index 84d4ee0..bba60e3 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,5 +1,6 @@