finalized 0.5.0

This commit is contained in:
dswbx
2025-01-14 08:51:21 +01:00
parent 6855e6f7e9
commit a9b2c613e1
4 changed files with 10 additions and 2 deletions

View File

@@ -83,7 +83,14 @@ await tsup.build({
"src/ui/main.css"
],
outDir: "dist/ui",
external: ["bun:test", "react", "react-dom", "use-sync-external-store"],
external: [
"bun:test",
"react",
"react-dom",
"react/jsx-runtime",
"react/jsx-dev-runtime",
"use-sync-external-store"
],
metafile: true,
platform: "browser",
format: ["esm"],

View File

@@ -3,7 +3,7 @@
"type": "module",
"sideEffects": false,
"bin": "./dist/cli/index.js",
"version": "0.5.0-rc16",
"version": "0.5.0",
"scripts": {
"dev": "vite",
"test": "ALL_TESTS=1 bun test --bail",

BIN
bun.lockb

Binary file not shown.

View File

@@ -4,6 +4,7 @@
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"db": "turso dev --db-file test.db",
"dev": "wrangler dev",
"start": "wrangler dev",
"test": "vitest",