mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
add codesandbox config for demo
This commit is contained in:
parent
8318c2e8ff
commit
508586fcfd
2 changed files with 12 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
|||
"test-install-script-ubuntu": "npm run compile-install-script && docker build --progress plain -f test/test_install_script/ubuntu.dockerfile .",
|
||||
"test-install-script-ubuntu1604": "npm run compile-install-script && docker build --progress plain -f test/test_install_script/ubuntu1604.dockerfile .",
|
||||
"test-install-script-debian": "npm run compile-install-script && docker build --progress plain -f test/test_install_script/debian.dockerfile .",
|
||||
"simple-dns-server": "node extra/simple-dns-server.js"
|
||||
"simple-dns-server": "node extra/simple-dns-server.js",
|
||||
"codesandbox": "npm run build && npm run start-server"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
|
|
10
sandbox.config.json
Normal file
10
sandbox.config.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"infiniteLoopProtection": true,
|
||||
"hardReloadOnChange": false,
|
||||
"view": "browser",
|
||||
"container": {
|
||||
"node": "14",
|
||||
"port": 3001,
|
||||
"startScript": "codesandbox"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue