Skip to content

Commit 6a13e31

Browse files
committed
Updated development style
1 parent 9d36818 commit 6a13e31

12 files changed

+457
-110
lines changed

.env.development

Lines changed: 0 additions & 1 deletion
This file was deleted.

.env.production

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
VITE_DEV_OR_PROD="prod"
1+
VITE_DEV_OR_PROD="production"
2+
DEV_CODEFORCES_ID=" "
3+
DEV_APPSCRIPT_URL=" "

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
9+
.env.development
910

1011
node_modules
1112
dist

0 commit comments

Comments
 (0)