This website requires JavaScript.
Explore
Help
Sign In
dsh
/
slovocast
Watch
1
Star
0
Fork
0
You've already forked slovocast
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
dda9cf2fe2
slovocast
/
frontend
/
build.ts
5 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Start mithril app with bun for the frontend
2024-02-25 03:12:57 +00:00
await
Bun
.
build
(
{
Startinga basic frontend application.
2024-02-25 03:54:16 +00:00
entrypoints
:
[
'./src/index.ts'
]
,
outdir
:
'./public/js'
Start mithril app with bun for the frontend
2024-02-25 03:12:57 +00:00
}
)
;
Reference in New Issue
Copy Permalink