提交 7b8f3640 编写于 作者: 6 634fdfba4df6de071489fa06

config fix changes

上级 87c11698
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@gitcode.net:qq_35089484/csdn_datav" "url": "git@gitcode.net:qq_35089484/1024OPENSOURCE"
}, },
"keywords": [ "keywords": [
"data", "data",
......
...@@ -8,13 +8,14 @@ if (process.env.NODE_ENV === 'production') { ...@@ -8,13 +8,14 @@ if (process.env.NODE_ENV === 'production') {
publicPath = 'https://csdn.gitcode.host/csdn-datav/' publicPath = 'https://csdn.gitcode.host/csdn-datav/'
} }
module.exports = defineConfig({ module.exports = defineConfig({
assetsDir: '', assetsDir: 'ide/workspace/',
transpileDependencies: true, transpileDependencies: true,
lintOnSave:false, lintOnSave:false,
publicPath:publicPath, publicPath:publicPath,
devServer: { devServer: {
allowedHosts:'all', allowedHosts:'all',
//host: 'loc.csdn.net', host: '0.0.0.0',
port:'8080',
headers: { headers: {
'Access-Control-Allow-Origin': '*' 'Access-Control-Allow-Origin': '*'
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册