mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-06 07:06:43 +02:00
working progress
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"imports": {
|
||||
"@std/path": "jsr:@std/path@0.224.0",
|
||||
"@db/sqlite": "jsr:@db/sqlite@^0.12.0",
|
||||
"hono": "jsr:@hono/hono@^4.9.12",
|
||||
"@/utils/logger": "./src/utils/logger/logger.ts",
|
||||
"@/utils/config": "./src/utils/config/config.ts",
|
||||
"@/utils/cache": "./src/utils/cache/cache.ts"
|
||||
},
|
||||
"tasks": {
|
||||
"dev": "deno run --allow-net --allow-read --allow-env --allow-ffi --watch src/main.ts"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"jsx": "precompile",
|
||||
"jsxImportSource": "hono/jsx"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user