mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
Add .env for now dev
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -20,4 +20,5 @@ pom.xml.asc
|
|||||||
.hgignore
|
.hgignore
|
||||||
.hg/
|
.hg/
|
||||||
|
|
||||||
.now
|
.now
|
||||||
|
.env
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ web
|
|||||||
api/shadow-cljs.edn
|
api/shadow-cljs.edn
|
||||||
api/.shadow-cljs
|
api/.shadow-cljs
|
||||||
api/src
|
api/src
|
||||||
|
.env
|
||||||
|
|||||||
2
now.json
2
now.json
@@ -13,7 +13,7 @@
|
|||||||
],
|
],
|
||||||
"routes": [
|
"routes": [
|
||||||
{ "src": "/api(.*)", "dest": "api/index.js" },
|
{ "src": "/api(.*)", "dest": "api/index.js" },
|
||||||
{ "src": "/(.+js|.+css|.+png|.+ico|robots.txt)", "dest": "/public/$1" },
|
{ "src": "/(.+js|.+css|.+png|.+svg|.+jpg|.+ico|robots.txt)", "dest": "/public/$1" },
|
||||||
{ "src": "/(.*)", "dest": "/public/index.html" }
|
{ "src": "/(.*)", "dest": "/public/index.html" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user