使用和从 https://blog.logrocket.com/creating-your-first-rest-api-with-deno-and-postgres/ 处理简短教程denopostgres
我的文件中有一个错误:config.js
const env = Deno.env();
export const APP_HOST = env.APP_HOST || "127.0.0.1";
export const APP_PORT = env.APP_PORT || 4000;
运行deno命令,我得到了错误:
$ deno run -A index.js
error: Uncaught TypeError: Deno.env is not a function
const env = Deno.env();
红糖糍粑
泛舟湖上清波郎朗
相关分类