removed JSON trailing comma (#2364)

This commit is contained in:
noahmarro
2023-03-11 15:13:00 +07:00
committed by GitHub
parent cc7d2cf343
commit a4fdc1e0d5

View File

@@ -61,7 +61,7 @@ Bun can also execute `"scripts"` from your `package.json`. Add the following scr
"module": "index.ts",
"type": "module",
+ "scripts": {
+ "start": "bun run index.ts",
+ "start": "bun run index.ts"
+ },
"devDependencies": {
"bun-types": "^0.4.0"