Backend template with Core SDK and Web API.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
150 B

  1. import { defineConfig } from 'vite';
  2. import tsconfigPaths from 'vite-tsconfig-paths';
  3. export default defineConfig({
  4. plugins: [tsconfigPaths()],
  5. });