add env
This commit is contained in:
parent
1ccb1d0e7c
commit
833af735cf
1
.env.example
Normal file
1
.env.example
Normal file
@ -0,0 +1 @@
|
|||||||
|
PORT=8000
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
bunker
|
||||||
bunker.db
|
bunker.db
|
||||||
files/
|
files/
|
||||||
|
.env
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
"indentWidth": 4
|
"indentWidth": 4
|
||||||
},
|
},
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"check": "deno check main.ts"
|
"check": "deno check main.ts",
|
||||||
|
"dev": "deno run -A --unstable-ffi --env main.ts",
|
||||||
|
"compile": "deno compile --allow-net --allow-read --allow-env --allow-write --allow-ffi --allow-run --unstable-ffi --env main.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user