mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: node docs and small tweaks to limitations (#12)
* docs: node docs and small tweaks to limitations * docs: update to use new entrypoint name
This commit is contained in:
parent
5b8314245c
commit
799e872b80
@ -7,7 +7,7 @@ export const node: SLSTarget = {
|
||||
hooks: {
|
||||
'done' ({ rollupConfig }) {
|
||||
const entry = relative(process.cwd(), rollupConfig.output.file).replace(/\.js$/, '')
|
||||
consola.info(`Ready to deploy lambda: \`${entry}\``)
|
||||
consola.info(`Ready to deploy node entrypoint: \`${entry}\``)
|
||||
consola.info(`You can try using \`node ${entry} [path]\``)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user