mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
* add forward ref * add get posts API * Add search loading card * Search page done * Update build script
4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
const dev = process.env.NODE_ENV !== 'production';
|
|
|
|
export const server = dev ? 'http://localhost:3000' : 'https://blog.rua.plus';
|