# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/45mkxpa
深入淺出 Vite5 中依賴預構建**
引言 大多數同學提到 Vite ,會下意識的反應出 “快”、“noBundle” 等關鍵詞。那麼,爲什麼 Vite 相較於 Webpack、Rollup 之類的會更加快,亦或是大多數同學認爲 Vite 是 "noBundle" 又是否正確呢?接下來,這篇文章和大家一起來深入淺出 Vite 中的核心的 “預構建” 過程。 文章中 vite 版本爲最新的 5.0.0-beta.18。預構建概念-- ⌘ Read more