mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
fix(server-netlify): Fix Netlify build configuration path.
This commit is contained in:
parent
d1b9fc4035
commit
e2ddc11ad5
@ -14,12 +14,14 @@
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
import path from 'path';
|
||||
import serverless from 'serverless-http';
|
||||
import getServer from '@lowdefy/server';
|
||||
import { createGetSecretsFromEnv } from '@lowdefy/node-utils';
|
||||
|
||||
const server = getServer({
|
||||
buildDirectory: './build',
|
||||
// __dirname is important here
|
||||
buildDirectory: path.resolve(__dirname, './build'),
|
||||
development: false,
|
||||
getSecrets: createGetSecretsFromEnv(),
|
||||
gqlExpressPath: '/',
|
||||
|
Loading…
x
Reference in New Issue
Block a user