internal pages completed

This commit is contained in:
prospect
2024-01-16 21:51:39 -05:00
parent a1527fcf30
commit d0c3923e4c
51 changed files with 1284 additions and 92 deletions

View File

@@ -10,7 +10,8 @@
"build:wp": "wp-scripts build",
"dev:wp": "wp-scripts start --output-path=assets/js --webpack-no-externals",
"sync": "browser-sync start --proxy playground.test --files '**/*.scss, **/*.js, **/*.php",
"dev": "npm-run-all --parallel dev:tailwind dev:sass dev:wp"
"dev": "npm-run-all --parallel dev:tailwind dev:sass",
"dev:withwp": "npm-run-all --parallel dev:tailwind dev:sass dev:wp"
},
"keywords": [],
"author": "",