0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-02 17:49:21 -05:00

removed example, made build script build development

This commit is contained in:
TheSparta 2024-04-08 15:20:48 +01:00
parent 558f1b4767
commit a8feebe2e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VITE_BACKEND_URL=https://localhost:3000
VITE_BACKEND_URL=http://localhost:3000
VITE_SPTARKOV_HOME=https://www.sp-tarkov.com/
VITE_SPTARKOV_WORKSHOP=https://mods.sp-tarkov.com/
VITE_SPTARKOV_DOCUMENTATION=https://docs.sp-tarkov.com/

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build --mode development",
"build:prod": "tsc && vite build --mode production",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",