mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:54:22 +01:00
refactor: rename project from 'artmcp' to 'artapi'
chore: remove unused SQLite journal file fix: update wrangler configuration by removing deprecated compatibility flag
This commit is contained in:
@@ -45,10 +45,7 @@ export default defineNuxtConfig({
|
||||
|
||||
hub: {
|
||||
cache: true,
|
||||
db: {
|
||||
dialect: 'sqlite',
|
||||
driver: 'd1',
|
||||
}
|
||||
db: 'sqlite',
|
||||
},
|
||||
|
||||
eslint: {
|
||||
@@ -60,6 +57,10 @@ export default defineNuxtConfig({
|
||||
}
|
||||
},
|
||||
|
||||
nitro: {
|
||||
preset: "cloudflare_module",
|
||||
},
|
||||
|
||||
mcp: {
|
||||
name: 'ArtMCP',
|
||||
version: '1.0.0',
|
||||
|
||||
Reference in New Issue
Block a user