alpha
Login
Join now
tlecommunity.com
/
api-spec
Star
Starred
Star
Something went wrong. Try again.
Fork
1
Eye filled
Watch
Watching
Watch
OpenAPI 3.0 compliant spec for TLE Community.
Star
Starred
Star
Something went wrong. Try again.
Fork
1
Eye filled
Watch
Watching
Watch
Overview
Overview
Issues
Issues
Pulls
Pulls
Pipelines
Pipelines
api-spec
/
vite.config.ts
95 B
·
3 lines
TypeScript
at
main
Blame
Natalie McCallum
·
Prettier format
·
1y ago
b65f01a7
1
2
3
4
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({ server
:
{ port
:
3000
} });