This website requires JavaScript.
Explore
Help
Sign In
jblu
/
jonbio
Watch
1
Star
0
Fork
0
You've already forked jonbio
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
jonbio
/
scripts
/
postbuild.mjs
8 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: migrate to rsc and app dir
2023-07-07 11:17:22 +08:00
import
rss
from
'./rss.mjs'
async
function
postbuild
(
)
{
fix: remove search from postbuild
2023-07-22 16:02:36 +08:00
await
rss
(
)
refactor: migrate to rsc and app dir
2023-07-07 11:17:22 +08:00
}
postbuild
(
)
Reference in New Issue
Copy Permalink