Skip to content

Commit

Permalink
docs: built index.mjs is inside server folder (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascalmh authored Oct 26, 2023
1 parent 242ba79 commit edf2662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/app/pages/(stack)/stack/installation.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ create table note (
Finally, let's build a production bundle of our application. Run the command above. By default, AnalogJs will
build a NodeJs-compatible output, which you can run with the following command:
</p>
<spartan-code class="mt-3" language="sh" code="node dist/[YOUR_APP_NAME]/analog/index.mjs" />
<spartan-code class="mt-3" language="sh" code="node dist/[YOUR_APP_NAME]/analog/server/index.mjs" />
<p class="${hlmP}">
AnalogJs also supports multiple build presets, which makes it easy to deploy your application to most of the
major cloud providers. This includes Vercel, Cloudflare, Azure, AWS, and more.
Expand Down

2 comments on commit edf2662

@vercel
Copy link

@vercel vercel bot commented on edf2662 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spartan – ./

spartan-goetzrobin.vercel.app
www.spartan.ng
spartan.ng
spartan-git-main-goetzrobin.vercel.app

@dsomel21
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep up the good work

Please sign in to comment.