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:
parent
558f1b4767
commit
a8feebe2e4
@ -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/
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user