บันทึกข้อมูลสมัครสอบ

This commit is contained in:
Kittapath 2023-10-02 11:42:21 +07:00
parent 5fbf1bd8bd
commit bc71932976
3 changed files with 58 additions and 16 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"build": "run-p build-only",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",