diff --git a/lua/projects.lua b/lua/projects.lua index 3a9c629..311300f 100644 --- a/lua/projects.lua +++ b/lua/projects.lua @@ -70,7 +70,7 @@ local PROJECTS = { map('c ', '!cd client && ', { desc = 'Run command in client directory' }, 'c') laravel_keymaps('server') map('yrn ', '!cd client && yarn ', { desc = 'Run yarn script' }, 'c') - map('ts ', '!cd server && php artisan typescript:transform --format', { desc = 'Compile typescript' }, 'c') + map('pt', ':!cd server && php artisan typescript:transform --format', { desc = 'Compile typescript' }) require('conform').formatters.pint = { append_args = { '--config=' .. dir .. '/server/pint.json',