Apis
Structure
Cache

Cache

WARNING

Since v3, the pages.hash.json file is no longer used.

WARNING

Since v4.0.3, because zely primarily uses a virtual file system, the cache directory may not appear.

zely saves the built typescript file in the /.zely/ folder.

#.zely/pages.hash.json

.zely/pages.hash.json is used to check whether the file has been modified in dev mode.

#.zely/pages

.zely/pages is where the built typescript files are stored.
By default, it is saved with the .map file. (used for error tracking)