MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / assetFileNames

Function assetFileNames

vite.config.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 rollupOptions: {
16 output: {
17 assetFileNames() {
18 return "assets/[name]-[hash][extname]";
19 },
20 },
21 },
22 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected