jsx-repl 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +15 -15
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsx-repl",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "JSX REPL",
5
5
  "type": "module",
6
6
  "main": "dist/ssr-stub.js",
@@ -108,7 +108,7 @@
108
108
  },
109
109
  "scripts": {
110
110
  "dev": "vite",
111
- "dev:lib": "vite build -c vite.lib.config.ts --watch",
111
+ "dev:lib": "DEV=true vite build -c vite.lib.config.ts --watch",
112
112
  "play": "pnpm run -C ./playground dev",
113
113
  "server:dev": "nitro dev",
114
114
  "server:build": "prisma generate --no-engine && prisma migrate deploy && nitro build",