mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(examples): API example distDir regression
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"build": {
|
||||
"distDir": "../",
|
||||
"distDir": "../public",
|
||||
"devPath": "http://localhost:5000",
|
||||
"beforeDevCommand": "yarn dev",
|
||||
"beforeBuildCommand": "yarn build"
|
||||
|
||||
Reference in New Issue
Block a user