update node and playwright

This commit is contained in:
2024-08-23 11:02:30 +02:00
parent dbcb3870aa
commit ca72e94e3c
7 changed files with 60 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
import pkg from './package.json' assert { type: 'json' }
import pkg from './package.json' with { type: 'json' }
import { build } from 'tsup'
const watch = process.argv.slice(2)[0] === '--watch'