9 lines
107 B
JavaScript
9 lines
107 B
JavaScript
module.exports = {
|
|
target: "serverless",
|
|
experimental: {
|
|
jsconfigPaths: true
|
|
},
|
|
env: {
|
|
}
|
|
}
|