This website requires JavaScript.
Explore
Help
Sign in
VSinerva
/
freesewing
Watch
1
Star
0
Fork
You've already forked freesewing
0
Code
Activity
7ceeeffcfc
freesewing
/
sites
/
backend
/
nodemon.json
6 lines
93 B
JSON
Raw
Normal View
History
Unescape
Escape
wip(backend): Started work on v3 backend
2022-10-29 22:21:24 +02:00
{
"verbose"
:
true
,
wip(backend): Fixed async issues with tests
2022-11-10 20:09:30 +01:00
"ignore"
:
[
"tests/**.test.mjs"
]
,
wip(backend): Work on OpenAPI v3 spec and swagger docs
2022-12-18 20:04:52 +01:00
"watch"
:
[
"src/**"
,
"openapi/*"
]
wip(backend): Started work on v3 backend
2022-10-29 22:21:24 +02:00
}
Copy permalink