-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.json
16 lines (16 loc) · 1.11 KB
/
deno.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"tasks": {
"start": "DENO_DIR=/Users/vfssantos/Documents/Projetos/AXION/axion-functions/data/local/cache/.deno ENV=production deno run -A --no-lock --unstable --no-prompt --unstable-kv --unstable-sloppy-imports main.ts",
"dev": "importmap=deno.json DENO_DIR=./data/local/cache/.deno ENV=development WATCH=true PORT=9002 deno run -A -r --no-lock --unstable --unstable-kv --unstable-sloppy-imports main.ts",
"file-loader": "ENV=production deno run -A --reload=http://local@localhost:9000 --no-lock --unstable --unstable-kv --unstable-sloppy-imports file-loader.ts",
"api": "ENV=production deno run -A --reload=http://localhost:9000 --no-lock --unstable --unstable-kv --unstable-sloppy-imports api.ts"
},
"imports": {
"react": "npm:react",
"react-dom/server": "npm:react-dom/server",
"axion-components/": "http://github--AxionCompany--axions-web--main:{{GIT_API_KEY}}@localhost:9000/src/components/",
"axion-modules/": "http://localhost:9000/functions/modules/",
"react-icons/hi": "npm:react-icons/hi",
"react-icons/fa": "npm:react-icons/fa"
}
}