Skip to content

Instantly share code, notes, and snippets.

@Dovias
Created March 27, 2024 00:16
Show Gist options
  • Save Dovias/1b4410753dfc6d03659e0d0a74343d82 to your computer and use it in GitHub Desktop.
Save Dovias/1b4410753dfc6d03659e0d0a74343d82 to your computer and use it in GitHub Desktop.
Vite build system file for Sublime Text (Needs Terminus package installed)
{
"keyfiles": ["vite.config.ts", "vite.config.js"],
"target": "terminus_exec",
"cancel": "terminus_cancel_build",
"variants": [
{
"name": "Build",
"shell_cmd": "npm run build"
},
{
"name": "Preview",
"shell_cmd": "npm run preview"
},
{
"name": "Develop",
"shell_cmd": "npm run dev"
}
],
"working_dir": "$folder"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment