Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 10:28
· 83 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: {
        ...
    }
}