From 2a4578e1eba5653ff631700ed7b65f92d9852247 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 21 Nov 2025 19:36:05 +0000 Subject: [PATCH] Better typescript --- lua/projects.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',