File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ VITE_TRAKT_PRODUCTION_ID = vite_trakt_production_id
2
+ VITE_TRAKT_PRODUCTION_SECRET = vite_trakt_production_secret
3
+
4
+ VITE_TRAKT_STAGING_ID = vite_trakt_staging_id
5
+ VITE_TRAKT_STAGING_SECRET = vite_trakt_staging_secret
6
+
7
+ VITE_TMDB_API_KEY = vite_tmdb_api_key
8
+ VITE_TMDB_READ_TOKEN = vite_tmdb_read_token
9
+
10
+ VITE_TVDB_API_KEY = vite_tvdb_api_key
Original file line number Diff line number Diff line change 40
40
"build" : " cross-env NODE_ENV=production run-s dist type:check 'vite:build {@}' --" ,
41
41
"build:web" : " VITE_WEB=true VITE_BASE=/trakt-extension/ pnpm run build" ,
42
42
"analyse" : " vite-bundle-visualizer" ,
43
- "test:unit" : " vitest run --coverage" ,
44
- "test:watch" : " vitest" ,
43
+ "test:unit" : " vitest run --coverage --mode testing " ,
44
+ "test:watch" : " vitest --mode testing " ,
45
45
"typecheck" : " vue-tsc --noEmit -p tsconfig.vitest.json --composite false" ,
46
46
"lint" : " eslint ." ,
47
47
"lint:fix" : " pnpm run lint --fix" ,
You can’t perform that action at this time.
0 commit comments