基础开发

This commit is contained in:
2024-09-01 17:24:23 +08:00
commit 81b4328042
63 changed files with 13149 additions and 0 deletions

4
config/prod.env.js Normal file
View File

@@ -0,0 +1,4 @@
'use strict'
module.exports = {
NODE_ENV: '"production"'
}