mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +00:00
fix: arreglando dir y varios mensajes en dialog flow essential
This commit is contained in:
@@ -10,9 +10,10 @@ const PUBLIC_URL =
|
||||
process.env.RAILWAY_STATIC_URL ??
|
||||
'http://localhost'
|
||||
|
||||
const dir = [join(__dirname, 'dist'), join(__dirname, '..', 'dist')].find((i) =>
|
||||
/* const dir = [join(__dirname, 'dist'), join(__dirname, '..', 'dist')].find((i) =>
|
||||
existsSync(i)
|
||||
)
|
||||
) */
|
||||
const dir = join(__dirname, 'dist')
|
||||
const serve = require('serve-static')(dir)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user