build: add Vite web production pipeline
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
const { createApp } = Vue;
|
||||
import axios from 'axios';
|
||||
import { createApp } from 'vue';
|
||||
|
||||
const DEFAULT_LOCAL_STORAGE_QUOTA_BYTES = 1024 * 1024 * 1024; // 1GB
|
||||
const DEFAULT_OSS_STORAGE_QUOTA_BYTES = 1024 * 1024 * 1024; // 1GB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user