chore: prepare v0.0.1 release

- Bump all packages to 0.0.1
- Add publishConfig.access: public to @vue-tui/cli
- Disable tsgo for dts generation (missing native-preview dep)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-05-24 22:58:29 +08:00
parent 6b504d2a36
commit ae33947c37
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export default defineConfig({
plugins: [vueJsx()],
pack: {
entry: ["src/index.ts", "src/internal.ts"],
dts: { tsgo: true },
dts: true,
exports: true,
},
lint: {