Skip to content

Commit

Permalink
Added public_routes
Browse files Browse the repository at this point in the history
  • Loading branch information
cemalgnlts committed Apr 17, 2023
1 parent e18db49 commit 87f47ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Spacefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ micros:
dev: "npm run dev"
commands:
- "npm run build"
public_routes:
- "/*"

- name: "backend"
src: "./backend"
engine: "nodejs16"
run: "node index.js"
path: "/api"
dev: "npm run dev"
public_routes:
- "/*"

0 comments on commit 87f47ee

Please sign in to comment.