a year ago
Hi!
I'm deploying Nuxt project and see in build log
12 25.15 [success] [nitro] You can preview this build using node .output/server/index.mjs
I set start command node .output/server/index.mjs but nothing is happens "Waiting for deploy to finish…"
20 Replies
a year ago
how did you set that start command?
a year ago
do you see anything in your deploy logs?
a year ago
whats the status of the deployment?
a year ago
build logs please -
a year ago
what is your build script
a year ago
what do you have for buildModules and build in nuxt.config.ts?
buildModules: ["@nuxt/typescript-build"],
modules: ["@nuxtjs/strapi"],
build: {
transpile: ["gsap"],
extractCSS: true,
optimizeCSS: true,
terser: {
terserOptions: {
compress: {
drop_console: true,
a year ago
what node version do you use locally?
a year ago
have you found out why the build command is not exiting after building?
Yes, I found a bug in one of my modules that prevented the build from completing. Now everything is fine. Thank you.
a year ago
awsome!
