Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Cloudbase Templates
Commits
44912718
Unverified
Commit
44912718
authored
4 years ago
by
Albert Liu
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
[fix] framework plugin inputs not work (#28)
parent
7fbf0086
gitee
dependabot/npm_and_yarn/next-ssr/next-9.5.4
master
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
next-ssr/cloudbaserc.json
+7
-11
next-ssr/cloudbaserc.json
nuxt-ssr/cloudbaserc.json
+7
-11
nuxt-ssr/cloudbaserc.json
omi-starter/cloudbaserc.json
+7
-11
omi-starter/cloudbaserc.json
react-custom/cloudbaserc.json
+7
-11
react-custom/cloudbaserc.json
react-starter/cloudbaserc.json
+7
-11
react-starter/cloudbaserc.json
taro-starter/cloudbaserc.json
+7
-11
taro-starter/cloudbaserc.json
uni-app-starter/cloudbaserc.json
+7
-11
uni-app-starter/cloudbaserc.json
vue/cloudbaserc.json
+7
-11
vue/cloudbaserc.json
with
56 additions
and
88 deletions
+56
-88
next-ssr/cloudbaserc.json
+
7
-
11
View file @
44912718
...
@@ -12,17 +12,13 @@
...
@@ -12,17 +12,13 @@
"use"
:
"@cloudbase/framework-plugin-function"
,
"use"
:
"@cloudbase/framework-plugin-function"
,
"inputs"
:
{
"inputs"
:
{
"functionRootPath"
:
"cloudfunctions"
,
"functionRootPath"
:
"cloudfunctions"
,
"functions"
:
[
"functions"
:
[{
{
"name"
:
"next-ssr-echo"
,
"name"
:
"next-ssr-echo"
,
"timeout"
:
5
,
"config"
:
{
"envVariables"
:
{},
"timeout"
:
5
,
"runtime"
:
"Nodejs10.15"
,
"envVariables"
:
{},
"memory"
:
128
"runtime"
:
"Nodejs10.15"
,
}],
"memorySize"
:
128
}
}
],
"servicePaths"
:
{
"servicePaths"
:
{
"next-ssr-echo"
:
"/next-ssr-echo"
"next-ssr-echo"
:
"/next-ssr-echo"
}
}
...
...
This diff is collapsed.
Click to expand it.
nuxt-ssr/cloudbaserc.json
+
7
-
11
View file @
44912718
...
@@ -12,17 +12,13 @@
...
@@ -12,17 +12,13 @@
"use"
:
"@cloudbase/framework-plugin-function"
,
"use"
:
"@cloudbase/framework-plugin-function"
,
"inputs"
:
{
"inputs"
:
{
"functionRootPath"
:
"cloudfunctions"
,
"functionRootPath"
:
"cloudfunctions"
,
"functions"
:
[
"functions"
:
[{
{
"name"
:
"nuxt-ssr-echo"
,
"name"
:
"nuxt-ssr-echo"
,
"timeout"
:
5
,
"config"
:
{
"envVariables"
:
{},
"timeout"
:
5
,
"runtime"
:
"Nodejs10.15"
,
"envVariables"
:
{},
"memory"
:
128
"runtime"
:
"Nodejs10.15"
,
}],
"memorySize"
:
128
}
}
],
"servicePaths"
:
{
"servicePaths"
:
{
"nuxt-ssr-echo"
:
"/nuxt-ssr-echo"
"nuxt-ssr-echo"
:
"/nuxt-ssr-echo"
}
}
...
...
This diff is collapsed.
Click to expand it.
omi-starter/cloudbaserc.json
+
7
-
11
View file @
44912718
...
@@ -17,17 +17,13 @@
...
@@ -17,17 +17,13 @@
"use"
:
"@cloudbase/framework-plugin-function"
,
"use"
:
"@cloudbase/framework-plugin-function"
,
"inputs"
:
{
"inputs"
:
{
"functionRootPath"
:
"cloudfunctions"
,
"functionRootPath"
:
"cloudfunctions"
,
"functions"
:
[
"functions"
:
[{
{
"name"
:
"omi-echo"
,
"name"
:
"omi-echo"
,
"timeout"
:
5
,
"config"
:
{
"envVariables"
:
{},
"timeout"
:
5
,
"runtime"
:
"Nodejs10.15"
,
"envVariables"
:
{},
"memory"
:
128
"runtime"
:
"Nodejs10.15"
,
}]
"memorySize"
:
128
}
}
]
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
react-custom/cloudbaserc.json
+
7
-
11
View file @
44912718
...
@@ -16,17 +16,13 @@
...
@@ -16,17 +16,13 @@
"use"
:
"@cloudbase/framework-plugin-function"
,
"use"
:
"@cloudbase/framework-plugin-function"
,
"inputs"
:
{
"inputs"
:
{
"functionRootPath"
:
"cloudfunctions"
,
"functionRootPath"
:
"cloudfunctions"
,
"functions"
:
[
"functions"
:
[{
{
"name"
:
"custom-app"
,
"name"
:
"custom-app"
,
"timeout"
:
5
,
"config"
:
{
"envVariables"
:
{},
"timeout"
:
5
,
"runtime"
:
"Nodejs10.15"
,
"envVariables"
:
{},
"memory"
:
128
"runtime"
:
"Nodejs10.15"
,
}]
"memorySize"
:
128
}
}
]
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
react-starter/cloudbaserc.json
+
7
-
11
View file @
44912718
...
@@ -17,17 +17,13 @@
...
@@ -17,17 +17,13 @@
"use"
:
"@cloudbase/framework-plugin-function"
,
"use"
:
"@cloudbase/framework-plugin-function"
,
"inputs"
:
{
"inputs"
:
{
"functionRootPath"
:
"cloudfunctions"
,
"functionRootPath"
:
"cloudfunctions"
,
"functions"
:
[
"functions"
:
[{
{
"name"
:
"stater-app"
,
"name"
:
"stater-app"
,
"timeout"
:
5
,
"config"
:
{
"envVariables"
:
{},
"timeout"
:
5
,
"runtime"
:
"Nodejs10.15"
,
"envVariables"
:
{},
"memory"
:
128
"runtime"
:
"Nodejs10.15"
,
}]
"memorySize"
:
128
}
}
]
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
taro-starter/cloudbaserc.json
+
7
-
11
View file @
44912718
...
@@ -17,17 +17,13 @@
...
@@ -17,17 +17,13 @@
"use"
:
"@cloudbase/framework-plugin-function"
,
"use"
:
"@cloudbase/framework-plugin-function"
,
"inputs"
:
{
"inputs"
:
{
"functionRootPath"
:
"cloudfunctions"
,
"functionRootPath"
:
"cloudfunctions"
,
"functions"
:
[
"functions"
:
[{
{
"name"
:
"taro-stater-app"
,
"name"
:
"taro-stater-app"
,
"timeout"
:
5
,
"config"
:
{
"envVariables"
:
{},
"timeout"
:
5
,
"runtime"
:
"Nodejs10.15"
,
"envVariables"
:
{},
"memory"
:
128
"runtime"
:
"Nodejs10.15"
,
}]
"memorySize"
:
128
}
}
]
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
uni-app-starter/cloudbaserc.json
+
7
-
11
View file @
44912718
...
@@ -17,17 +17,13 @@
...
@@ -17,17 +17,13 @@
"use"
:
"@cloudbase/framework-plugin-function"
,
"use"
:
"@cloudbase/framework-plugin-function"
,
"inputs"
:
{
"inputs"
:
{
"functionRootPath"
:
"cloudfunctions"
,
"functionRootPath"
:
"cloudfunctions"
,
"functions"
:
[
"functions"
:
[{
{
"name"
:
"uni-app-echo"
,
"name"
:
"uni-app-echo"
,
"timeout"
:
5
,
"config"
:
{
"envVariables"
:
{},
"timeout"
:
5
,
"runtime"
:
"Nodejs10.15"
,
"envVariables"
:
{},
"memory"
:
128
"runtime"
:
"Nodejs10.15"
,
}]
"memorySize"
:
128
}
}
]
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
vue/cloudbaserc.json
+
7
-
11
View file @
44912718
...
@@ -17,17 +17,13 @@
...
@@ -17,17 +17,13 @@
"use"
:
"@cloudbase/framework-plugin-function"
,
"use"
:
"@cloudbase/framework-plugin-function"
,
"inputs"
:
{
"inputs"
:
{
"functionRootPath"
:
"cloudfunctions"
,
"functionRootPath"
:
"cloudfunctions"
,
"functions"
:
[
"functions"
:
[{
{
"name"
:
"vue-echo"
,
"name"
:
"vue-echo"
,
"timeout"
:
5
,
"config"
:
{
"envVariables"
:
{},
"timeout"
:
5
,
"runtime"
:
"Nodejs10.15"
,
"envVariables"
:
{},
"memory"
:
128
"runtime"
:
"Nodejs10.15"
,
}]
"memorySize"
:
128
}
}
]
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help