mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-23 10:02:51 +00:00
refactor: build system
This commit is contained in:
11
packages/core-tools/src/index.ts
Normal file
11
packages/core-tools/src/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export * from './validate.js'
|
||||
export * from './types/validator.js'
|
||||
|
||||
export * from './uml/uml-config.js'
|
||||
export * from './uml/create-diagram.js'
|
||||
|
||||
export * from './routes.js'
|
||||
export * from './types/routes.js'
|
||||
|
||||
export * from './schema.js'
|
||||
export * from './types/schema.js'
|
||||
Reference in New Issue
Block a user