mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-30 23:01:30 +01:00
static -> public
This commit is contained in:
parent
2cd21d1c76
commit
bde909d43c
@ -1,7 +1,7 @@
|
||||
var AllowedFirstParts = {
|
||||
"package.json": true,
|
||||
dist: true,
|
||||
static: true,
|
||||
public: true,
|
||||
node_modules: true,
|
||||
bin: true,
|
||||
};
|
||||
@ -50,7 +50,7 @@ module.exports = {
|
||||
files: [
|
||||
"package.json",
|
||||
"dist/*",
|
||||
"static/*",
|
||||
"public/*",
|
||||
"node_modules/lzma-native/**",
|
||||
"node_modules/fs-ext/**",
|
||||
"node_modules/fsevents/**",
|
||||
|
Loading…
Reference in New Issue
Block a user