chore: release v4.0.0-alpha.0

This commit is contained in:
2024-03-02 16:08:01 +07:00
parent d1f5c372ae
commit 2dbfff3c17
22 changed files with 572 additions and 576 deletions

View File

@@ -1,10 +1,10 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "Lume",
"version": "3.0.1",
"version": "4.0.0-alpha.0",
"identifier": "nu.lume.Lume",
"build": {
"beforeBuildCommand": "pnpm run build",
"beforeBuildCommand": "pnpm desktop:build",
"beforeDevCommand": "pnpm desktop:dev",
"devUrl": "http://localhost:3000",
"frontendDist": "../dist"