v3: added customizable site emoji (logo), small visual tweaks
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 41s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 41s
This commit is contained in:
10
deno.json
10
deno.json
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --env-file -A npm:vite & deno task server:start",
|
||||
"dev": "deno task icons public && deno run --env-file -A npm:vite & deno task server:start",
|
||||
"build": "deno task i18n:extract && deno task i18n:compile && deno run --env-file -A npm:vite build",
|
||||
"server:start": "deno run --env-file -A --watch api/main.ts",
|
||||
"serve": "deno task build && deno task server:start",
|
||||
"icons": "deno run --env-file -A api/scripts/generate-icons.ts",
|
||||
"serve": "deno task build && deno task icons dist && deno task server:start",
|
||||
"i18n:extract": "deno run -A npm:@lingui/cli extract --clean --overwrite --workers 1",
|
||||
"i18n:compile": "deno run -A npm:@lingui/cli compile --workers 1",
|
||||
"start": "deno run --env-file -A api/db/init.ts && deno run --env-file -A api/main.ts"
|
||||
"start": "deno task icons dist && deno run --env-file -A api/db/init.ts && deno run --env-file -A api/main.ts"
|
||||
},
|
||||
"nodeModulesDir": "auto",
|
||||
"compilerOptions": {
|
||||
@@ -29,7 +30,8 @@
|
||||
"@panva/jose": "jsr:@panva/jose@^6.2.3",
|
||||
"@tajpouria/cors": "jsr:@tajpouria/cors@^1.2.1",
|
||||
"nodemailer": "npm:nodemailer@^9.0.1",
|
||||
"marked": "npm:marked@^18.0.5"
|
||||
"marked": "npm:marked@^18.0.5",
|
||||
"@resvg/resvg-wasm": "npm:@resvg/resvg-wasm@^2.6.2"
|
||||
},
|
||||
"allowScripts": ["npm:@swc/core@1.15.41", "npm:esbuild@0.25.12"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user