Initial commit

This commit is contained in:
abrendan
2023-11-30 14:15:19 +00:00
commit e4599df811
5457 changed files with 500139 additions and 0 deletions

21
node_modules/server/appveyor.yml generated vendored Normal file
View File

@@ -0,0 +1,21 @@
environment:
matrix:
- nodejs_version: "10.0"
cache:
- node_modules
install:
- ps: Install-Product node $env:nodejs_version
- node -v
- npm -v
- npm cache verify
- rm -rf node_modules/
- if exist node_modules npm prune
- if exist node_modules npm rebuild
- npm install
- npm install jest-cli@25 --save-dev
build: off
test_script:
- node --version
- npm --version
- npm test
version: "{build}"