mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 05:59:16 -04:00
* asset script * Add commonjs vite plugin * Use the index file and rename some images * Delete unsued files and imports * Change require to import * Remove @ts-nocheck bcs why not
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"name": "@sd/assets",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"private": true,
|
|
"scripts": {
|
|
"gen": "node ./scripts/generate.mjs"
|
|
}
|
|
}
|