mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
migrations
This commit is contained in:
9
mod.ts
9
mod.ts
@@ -1,5 +1,6 @@
|
||||
export { matches, YAML } from './dependencies.ts'
|
||||
export * as types from './types.ts'
|
||||
export { matches, YAML } from "./dependencies.ts";
|
||||
export * as types from "./types.ts";
|
||||
|
||||
export { exists } from './exists.ts'
|
||||
export * as compat from './compat/mod.ts'
|
||||
export { exists } from "./exists.ts";
|
||||
export * as compat from "./compat/mod.ts";
|
||||
export * as migrations from "./migrations.ts";
|
||||
|
||||
Reference in New Issue
Block a user