- Running `yarn build` in a `packages/*/` directory will trigger build of all dependencies too, and cache them if possible. - Fix for `yarn dev` breaking for `rrweb` package whenever changing files in `rrweb` package - Update typescript, turbo, vite and vite-plugin-dts - Require `workspaces-to-typescript-project-references` from `prepublish`
15 lines
241 B
TypeScript
15 lines
241 B
TypeScript
import {
|
|
Replayer,
|
|
type playerConfig,
|
|
type PlayerMachineState,
|
|
type SpeedMachineState,
|
|
} from 'rrweb';
|
|
import 'rrweb/dist/style.css';
|
|
|
|
export {
|
|
Replayer,
|
|
type playerConfig,
|
|
type PlayerMachineState,
|
|
type SpeedMachineState,
|
|
};
|