Skip to content

Instantly share code, notes, and snippets.

@yaikohi
Created January 30, 2024 20:21
Show Gist options
  • Save yaikohi/7ad9a08d9fb1b65f240125bc902ff0ce to your computer and use it in GitHub Desktop.
Save yaikohi/7ad9a08d9fb1b65f240125bc902ff0ce to your computer and use it in GitHub Desktop.
`package.json` 'scripts' for solidstart bun projects. Ensures that vinxi uses bun as a server instead of node.
{
"scripts": {
"dev": "bunx --bun vinxi dev",
"build": "bunx --bun vinxi build",
"start": "bunx --bun vinxi start"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment