fix(examples): API example distDir regression

This commit is contained in:
Lucas Nogueira
2021-10-11 10:51:14 -03:00
parent 1fded9ea65
commit b2b99aea0e

View File

@@ -1,6 +1,6 @@
{
"build": {
"distDir": "../",
"distDir": "../public",
"devPath": "http://localhost:5000",
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build"