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

558
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -45,10 +45,7 @@ export default defineNuxtConfig({
hub: { hub: {
cache: true, cache: true,
db: { db: 'sqlite',
dialect: 'sqlite',
driver: 'd1',
}
}, },
eslint: { eslint: {
@@ -60,6 +57,10 @@ export default defineNuxtConfig({
} }
}, },
nitro: {
preset: "cloudflare_module",
},
mcp: { mcp: {
name: 'ArtMCP', name: 'ArtMCP',
version: '1.0.0', version: '1.0.0',

22886
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{ {
"name": "artmcp", "name": "artapi",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1 +0,0 @@
{"version":"7","dialect":"sqlite","entries":[]}

View File

@@ -4,7 +4,6 @@
"compatibility_date": "2025-12-13", "compatibility_date": "2025-12-13",
"compatibility_flags": [ "compatibility_flags": [
"nodejs_compat", "nodejs_compat",
"no_nodejs_compat_v2"
], ],
"main": "./.output/server/index.mjs", "main": "./.output/server/index.mjs",
"routes": [ "routes": [