mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +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
|
||||
.hg/
|
||||
|
||||
.now
|
||||
.now
|
||||
.env
|
||||
|
||||
@@ -2,3 +2,4 @@ web
|
||||
api/shadow-cljs.edn
|
||||
api/.shadow-cljs
|
||||
api/src
|
||||
.env
|
||||
|
||||
2
now.json
2
now.json
@@ -13,7 +13,7 @@
|
||||
],
|
||||
"routes": [
|
||||
{ "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" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user