mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"ignore": [
|
|
".svelte-kit/",
|
|
"build/",
|
|
"node_modules/"
|
|
],
|
|
"watch": [
|
|
"src/",
|
|
"static/"
|
|
],
|
|
"exec": "npm run build-dev",
|
|
"events": {
|
|
"restart": "rm ./vite.dev.config.js.timestamp* -f"
|
|
},
|
|
"ext": "js,ts,svelte,html,css,svg,png,jpg,jpeg,webp,json"
|
|
} |