mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Create app namespace for all absolute requires of app modules. Move all packages under packages yarn workspace
This commit is contained in:
3
packages/app/components/dev/apps/index.ts
Normal file
3
packages/app/components/dev/apps/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type ApplicationType = 'application' | 'minecraft-server';
|
||||
export const TYPE_APPLICATION: 'application' = 'application';
|
||||
export const TYPE_MINECRAFT_SERVER: 'minecraft-server' = 'minecraft-server';
|
||||
Reference in New Issue
Block a user