Convert from the symlink format to a local package
This commit is contained in:
parent
4c957cce07
commit
c2dfd2fd3a
8 changed files with 104 additions and 12 deletions
4
common/src/index.ts
Normal file
4
common/src/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export { Status } from "./enums/Status";
|
||||
export { Colour } from "./types/Colour";
|
||||
export * from "./types/events/SaveShip";
|
||||
export * from "./types/ServerResponse";
|
||||
Loading…
Add table
Add a link
Reference in a new issue