SUI-Components / sui

Monorepo for SUI (Simple User Interface) packages.
169 stars 33 forks source link

feat(packages/sui-bundler): add resources as static folder #1713

Closed andresz1 closed 7 months ago

andresz1 commented 7 months ago

Description

This PR add resources as static folder. The agreement of statics folders will be as follows:

Important: Only place strictly necessary items in /statics; the majority should go in /resources to be served by a CDN and not consume server resources.

Related Issue

None

Example

None