add atmosphere
This commit is contained in:
8
atmosphere/vite.config.ts
Normal file
8
atmosphere/vite.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
export default defineConfig({
|
||||
//base: '/',
|
||||
base: '/pkg/atmosphere/',
|
||||
plugins: [react()]
|
||||
})
|
||||
Reference in New Issue
Block a user