mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
docs(build-pages.sh): update note for local development to reflect correct path for index.html file
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -93,7 +93,7 @@ storybook-static
|
||||
vite.config.*.timestamp*
|
||||
vitest.config.*.timestamp*
|
||||
|
||||
# Generated reports in docs/pages (exclude generated, keep HTML templates)
|
||||
# Generated reports in .pages (exclude generated, keep HTML templates)
|
||||
/.pages/*/**/*
|
||||
/.pages-dist/
|
||||
|
||||
|
||||
@@ -70,6 +70,6 @@ echo "[build-pages] Landing page already exists at .pages/index.html"
|
||||
|
||||
echo "[build-pages] Build artifacts ready in ./.pages"
|
||||
|
||||
echo "[build-pages] Note: For local dev, you can develop the docs/pages/index.html using:
|
||||
echo "[build-pages] Note: For local dev, you can develop the .pages/index.html using:
|
||||
pnpm exec vite .pages
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user