Convert to Vite project

This commit is contained in:
Luck
2025-01-05 12:02:59 +00:00
parent b31aea56e4
commit 5b2ca9bd19
18 changed files with 829 additions and 9296 deletions

View File

@@ -1,4 +1,3 @@
export const bytebinUrl =
process.env.REACT_APP_BYTEBIN_URL || 'https://bytebin.lucko.me/';
import.meta.env.VITE_BYTEBIN_URL || 'https://bytebin.lucko.me/';
export const postUrl = bytebinUrl + 'post';