Use Rspack for faster builds
This commit is contained in:
parent
36b21e0260
commit
537dc46dc7
14 changed files with 1626 additions and 56 deletions
|
|
@ -134,7 +134,7 @@ const createBuildSites = (room: Room) => {
|
|||
}
|
||||
};
|
||||
|
||||
export default profiler.registerFN(function RoomPlanner(room: Room) {
|
||||
export default profiler.registerFN(function (room: Room) {
|
||||
if (!room.controller?.my) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -468,4 +468,4 @@ export default profiler.registerFN(function RoomPlanner(room: Room) {
|
|||
}
|
||||
|
||||
room.memory._planner = str;
|
||||
}) as (room: Room) => void;
|
||||
}, "RoomPlanner") as (room: Room) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue