Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Choose a tag to compare

@github-actions github-actions released this 20 Feb 10:28
· 100 commits to main since this release

New Features

One-time build:

- techor pack
+ techor build

Watch the build:

- techor pack -w
+ techor build -w
or
+ techor dev

Renamed the techor.* to techor.config.*

/** @type {import('techor').Config} */
export default {
    build: {
        ...
    }
}