File tree Expand file tree Collapse file tree
web-framework/nodejs/nuxt-ssr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- web-framework/go/gin
1+ web-framework/nodejs/nuxt-ssr
Original file line number Diff line number Diff line change 11Type : Application
22Name : start-nuxt-ssr
3- Version : 1.2.23
3+ Version : 1.2.24
44Provider :
55 - 阿里云
66Description : nuxt.js简单的说是Vue.js的通用框架,最常用的就是用来作SSR(服务器端渲染)
Original file line number Diff line number Diff line change @@ -54,11 +54,16 @@ services:
5454 description : ' Serverless Devs Web Framework Function'
5555 codeUri : ' ./code'
5656 runtime : custom
57+ layers :
58+ - acs:fc:${vars.region}:official:layers/Nodejs16/versions/1
59+ environmentVariables :
60+ PATH : /opt/nodejs16/bin:/usr/local/bin/apache-maven/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ruby/bin
5761 timeout : 60
5862 caPort : 9000
5963 customRuntimeConfig :
6064 command :
61- - ./bootstrap
65+ - node
66+ - server.js
6267 triggers :
6368 - name : httpTrigger
6469 type : http
You can’t perform that action at this time.
0 commit comments