feat(server): database migration
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "@proj-airi/server-schema",
|
||||
"type": "module",
|
||||
"version": "0.8.4",
|
||||
"description": "Server schema for AIRI",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
"email": "airi@moeru.ai",
|
||||
"url": "https://github.com/moeru-ai"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/moeru-ai/airi.git",
|
||||
"directory": "packages/server-schema"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.mts",
|
||||
"default": "./dist/index.mjs"
|
||||
}
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.mts",
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsdown"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@proj-airi/unplugin-drizzle-orm-migrations": "^0.1.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user