Skip to content

Commit

Permalink
feat: enhance ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
gc-victor committed May 6, 2024
1 parent 62ff4fb commit 10f11c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jsx: ## Build JSX example
node examples/jsx/esbuild-jsx.js || exit $? ;\

ssr: ## Run a static page
node examples/ssr/counter.js || exit $? ;\
node examples/ssr/index.js || exit $? ;\

server: ## Run a dev server
make cp || exit $? ; \
Expand Down
File renamed without changes.

0 comments on commit 10f11c3

Please sign in to comment.