CoastalCommitsPastes/server
Joaquin "Florius" Azcarate 1c2fef0ee4
server/client: use cross-env for Windows support (#58)
In order for windows to run a script with an environment variable, we need some extra steps (namely `cross-env`).
2022-04-01 14:37:24 -07:00
..
src server: allow expiresAt to be null for new posts 2022-03-30 20:12:41 -07:00
.dockerignore WIP dockerfiles 2022-03-07 20:42:44 -08:00
.gitignore server: enable sqlite3 database and document env vars 2022-03-20 23:10:43 -07:00
.prettierrc server: add and run prettier 2022-03-24 14:57:40 -07:00
.sequelizerc server: remove mention of sequelize config 2022-03-30 00:27:42 -07:00
Dockerfile server: dockerfile updates and switch to bcryptjs 2022-03-28 19:26:16 -07:00
index.ts server: add and run prettier 2022-03-24 14:57:40 -07:00
package.json server/client: use cross-env for Windows support (#58) 2022-04-01 14:37:24 -07:00
tsconfig.json server: add yarn start and building support with tsc 2022-03-28 16:19:53 -07:00
tslint.json Initial commit 2022-03-06 16:46:59 -08:00
yarn.lock server/client: use cross-env for Windows support (#58) 2022-04-01 14:37:24 -07:00