We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9a3f7 commit b1d0c9cCopy full SHA for b1d0c9c
packages/cli/dist/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gluestack/glue-plugin-backend-engine",
3
- "version": "0.0.50",
+ "version": "0.0.51",
4
"description": "Create an Application using GlueStack framework",
5
"repository": {
6
"type": "git",
packages/cli/package.json
packages/cli/template/router.js
@@ -1,5 +1,8 @@
module.exports = () => {
return [
+ {
+ "server_name": "api"
+ },
7
"path": "/backend/engine/(.*)",
8
"proxy": {
0 commit comments