-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjac.toml
More file actions
53 lines (41 loc) · 1.04 KB
/
jac.toml
File metadata and controls
53 lines (41 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[project]
name = "jaseci-digest"
version = "0.1.0"
description = "Biweekly newsletter for the Jaseci & Jac open-source ecosystem."
[serve]
base_route_app = "app"
cl_route_prefix = "/"
[plugins.client]
enabled = true
[plugins.client.paths]
"@components/*" = "./components/*"
"@styles/*" = "./styles/*"
[plugins.scale]
enabled = true
[plugins.scale.kubernetes]
app_name = "newsletter"
namespace = "newsletter"
liveness_initial_delay = 300
liveness_failure_threshold = 10
readiness_initial_delay = 60
[plugins.scale.secrets]
BUTTONDOWN_API_KEY = "${BUTTONDOWN_API_KEY}"
PUBLIC_BUTTONDOWN_USERNAME = "jaseci"
PUBLIC_SITE_URL = "https://newsletter.jaseci.org"
[dependencies]
markdown = ">=3.5"
pyyaml = ">=6.0"
[dependencies.npm]
react = "^18.2.0"
react-dom = "^18.2.0"
react-router-dom = "^6.22.0"
react-error-boundary = "^5.0.0"
react-hook-form = "^7.71.0"
zod = "^4.3.6"
"@hookform/resolvers" = "^5.2.2"
[dependencies.npm.dev]
vite = "^6.4.1"
"@vitejs/plugin-react" = "^4.2.1"
typescript = "^5.3.3"
"@types/react" = "^18.2.0"
"@types/react-dom" = "^18.2.0"