This commit is contained in:
2025-09-17 21:37:53 +02:00
parent 1003e84648
commit 1c6cd065db
11 changed files with 92 additions and 25 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
"watch": "rbxtsc -w",
"build-to-roblox": "rbxtsc && rojo build --plugin \"next-station.rbxm\""
},
"keywords": [],
"author": "",
@@ -23,5 +24,8 @@
"prettier": "^3.6.2",
"roblox-ts": "^3.0.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@rbxts/signal": "^1.1.1"
}
}