tipus/pkg
jordi fita mas b4d66b6ed4 Add Isolated Block Editor to build our own Gutenberg-based editor
It is just a test to see whether the block editor loads, because it is
not so easy: it requires specific versions of the dependencies, or it
will fail with some idiotic syntax errors after failing to “convert” the
libraries code.

And it is impossible to use with Vite: it refuses to accept incorrect
SCSS code, that WordPress has a lot of, with things as `::after::after`.

What i did is write my package.json, replace the generated lock file
with the one from Isolated Block Editor, and npm install again, to
“clean up” the lock file.
2023-06-09 14:18:10 +02:00
..
form Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
application.go Add Isolated Block Editor to build our own Gutenberg-based editor 2023-06-09 14:18:10 +02:00
db.go Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
locale.go Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
logger.go Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
login.go Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
recover.go Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
template.go Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00