Skip to content

Commit dfb035b

Browse files
committed
🔧 Обновлен скрипт сборки в package.json для указания целевой платформы Bun
1 parent 9538a04 commit dfb035b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"dev": "bun --watch index.ts",
99
"start": "bun index.ts",
10-
"build": "bun build index.ts --outfile dist/index.js",
10+
"build": "bun build index.ts --target bun --outfile dist/index.js",
1111
"lint": "biome check .",
1212
"lint:fix": "biome check --write .",
1313
"format": "biome format --write .",

0 commit comments

Comments
 (0)