Created
January 30, 2024 20:21
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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