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:
2025-12-16 17:40:54 +01:00
parent e53412f3b7
commit f50b517b36
6 changed files with 186 additions and 23271 deletions

View File

@@ -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',