10 lines
174 B
TOML
10 lines
174 B
TOML
[install]
|
|
registry = "https://registry.npmmirror.com/"
|
|
[build]
|
|
minify = true
|
|
root = "."
|
|
entrypoints = ["./app/app.vue"]
|
|
|
|
# [env]
|
|
# NODE_OPTIONS = "--max-old-space-size=4096"
|