create src/settings/env.ts and write follows.
export const HOSTNAME = '127.0.0.1'
export const PORT = 3000
export const DB_PATH = 'data/something.sqlite3'
refert to the .node-version
yarn install
yarn start
yarn build
yarn jest
create src/settings/env.ts and write follows.
export const HOSTNAME = '127.0.0.1'
export const PORT = 3000
export const DB_PATH = 'data/something.sqlite3'
refert to the .node-version
yarn install
yarn start
yarn build
yarn jest