Files
turingflow-shop-001/package.json
“dongming” ebae1aa7e3 first commit
2025-12-19 22:16:01 +08:00

12 lines
321 B
JSON

{
"name": "turingflow-shop-001",
"version": "1.0.0",
"description": "Turingflow Shop Template",
"scripts": {
"dev": "browser-sync start --server 'html' --files 'html/**/*.html, html/**/*.css, html/**/*.js' --no-notify --host 0.0.0.0 --port 3000"
},
"devDependencies": {
"browser-sync": "^3.0.2"
}
}