commit | be1a61938b486d22689c5a5b4ae228db2e7a36df | [log] [tgz] |
---|---|---|
author | TRM-coding <956303669@qq.com> | Wed Jun 11 22:18:02 2025 +0800 |
committer | TRM-coding <956303669@qq.com> | Wed Jun 11 22:18:02 2025 +0800 |
tree | 04846ed8d726244df5ace8998cd097db1f6a80cf | |
parent | c507dcb17471138aaa8130f94964bcbf360e7219 [diff] [blame] |
message Change-Id: I695d85abab6a42daffd98b83d1243e983a981d84
diff --git a/API/API-TRM_T/xiaohongshu-upload-platform/vite.config.js b/API/API-TRM_T/xiaohongshu-upload-platform/vite.config.js new file mode 100644 index 0000000..8b0f57b --- /dev/null +++ b/API/API-TRM_T/xiaohongshu-upload-platform/vite.config.js
@@ -0,0 +1,7 @@ +import { defineConfig } from 'vite' +import react from '@vitejs/plugin-react' + +// https://vite.dev/config/ +export default defineConfig({ + plugins: [react()], +})